We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f6a78 commit 5e816e4Copy full SHA for 5e816e4
src/tests/integration/pde_solvers/navier-stokes/CMakeLists.txt
@@ -1,5 +1,5 @@
1
# checking whether the machine is of type 64-bit before proceeding further
2
-if ( ("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "x86_64") AND ("${CMAKE_SYSTEM_NAME}" MATCHES "LINUX") )
+if ( ("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "x86_64") AND ("${CMAKE_SYSTEM_NAME}" MATCHES "Linux") )
3
# Default to older SSE-instruction-based FFT library
4
if (NOT (DEFINED ENV{TRAVIS}))
5
if (LEGACY_ARCHITECTURE OR (NOT DEFINED(LEGACY_ARCHITECTURE)))
0 commit comments