Skip to content

Commit 8ad68cd

Browse files
committed
Fix bad arg order in CMake command
Fixes #318
1 parent 4a74633 commit 8ad68cd

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
@@ -9,9 +9,9 @@ if ( ("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "x86_64") AND ("${CMAKE_SYSTEM_NAME}"
99
set(fft_library ${CMAKE_CURRENT_SOURCE_DIR}/libfft_avx.a )
1010
endif()
1111
add_executable( coarray_navier_stokes
12+
EXCLUDE_FROM_ALL
1213
coarray-shear_coll.F90
1314
${walltime_o}
14-
EXCLUDE_FROM_ALL
1515
)
1616
target_link_libraries(coarray_navier_stokes OpenCoarrays ${fft_library})
1717
endif()

0 commit comments

Comments
 (0)