fix #1345: don't remove big endian test for other platforms 1354/head
authorMehdi Sabwat <mehdi@videolabs.io>
Tue, 1 Jun 2021 20:39:27 +0000 (22:39 +0200)
committerMehdi Sabwat <mehdi@videolabs.io>
Tue, 1 Jun 2021 20:39:27 +0000 (22:39 +0200)
commit99c28c960c18bfc0a4da5ec24adcedff1f1b143c
tree8180c61e17ee2aa6c2a85f177e559e0e5e981c9a
parentb6b8d28b3a85b74ff5415565cff2c20c019ca3c5
fix #1345: don't remove big endian test for other platforms

thanks to @ePirat, it turns out that !EMSCRIPTEN does not evaluate to 1 on other platforms, so the the #1345 actually disabled the test for all platforms.
CMakeLists.txt