diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-18 07:55:01 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-18 07:55:01 (GMT) |
commit | fed9512843fb8827a511fe1248d554e862b5f770 (patch) | |
tree | 6bcb1a4ae81a90ea41a85375e174ad1b30640e99 | |
parent | cbdfc496ad8c4420476d6a611ca45e0f141c4d9a (diff) |
Fix spacing.
-rw-r--r-- | src/tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 486f135..b119372 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -76,7 +76,7 @@ if(TNG_BUILD_EXAMPLES) endif() if(OPENMP_FOUND) add_executable(md_openmp_f md_openmp.f) - target_link_libraries(md_openmp_f tng_io ${OpenMP_LIBS}) + target_link_libraries(md_openmp_f tng_io ${OpenMP_LIBS}) endif() endif() set_property(TARGET md_openmp_f PROPERTY RUNTIME_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/examples) |