diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-15 07:47:14 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-15 07:47:14 (GMT) |
commit | 8ba24a423fb2d714306cba4701a704933d0bcc77 (patch) | |
tree | c4f30e0a2aacf019a0631f486e584614a18c05fb /src/tests | |
parent | cf5a1611319de27b365175a7202c2bbd4730846c (diff) |
Remove wrong compiler flags.
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index edacbb2..a3aa1a0 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -2,10 +2,6 @@ if(TNG_BUILD_COMPRESSION_TESTS) add_subdirectory(compression) endif() -if(NOT OPENMP_FOUND) - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}") -endif() - link_directories(${TNG_IO_BINARY_DIR}/src/lib) set(EXAMPLE_FILES_DIR ${CMAKE_BINARY_DIR}/example_files/ CACHE STRING "Directory where to find input test files and save output files.") |