Skip to content

Commit 5e816e4

Browse files
committed
Fixes #48 Navier-Stokes test failures.
1 parent f3f6a78 commit 5e816e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/integration/pde_solvers/navier-stokes/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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") )
2+
if ( ("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "x86_64") AND ("${CMAKE_SYSTEM_NAME}" MATCHES "Linux") )
33
# Default to older SSE-instruction-based FFT library
44
if (NOT (DEFINED ENV{TRAVIS}))
55
if (LEGACY_ARCHITECTURE OR (NOT DEFINED(LEGACY_ARCHITECTURE)))

0 commit comments

Comments
 (0)