diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2014-08-20 20:57:01 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2014-08-20 20:57:01 (GMT) |
commit | daf549b95c615afe6911a1838e836b9320715c19 (patch) | |
tree | bc36e16b38c0d4a5f88d96db16eed74315d2c576 /src | |
parent | 7e1212252c64a96955a42a4efcf1b91ab07587f1 (diff) |
Removed compiling of tng_io_gen_versioned_output.c
These lines should not have been committed before. The source
files was not committed.
Change-Id: I1f27d026018379f76b52817e04071998a12227ec
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index cd2d7fd..f465b6b 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -74,13 +74,6 @@ if(TNG_BUILD_EXAMPLES) endif() set_property(TARGET tng_io_read_pos_util PROPERTY RUNTIME_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/examples) - add_executable(tng_io_gen_versioned_output tng_io_gen_versioned_output.c) - target_link_libraries(tng_io_gen_versioned_output tng_io) - if(HAVE_INTTYPES_H) - set_property(TARGET tng_io_gen_versioned_output APPEND PROPERTY COMPILE_DEFINITIONS USE_STD_INTTYPES_H=1) - endif() - set_property(TARGET tng_io_gen_versioned_output PROPERTY RUNTIME_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/examples) - if(TNG_BUILD_FORTRAN) # This does not work due to a bug in CMake. Remove lines below if no fortran compiler is found. enable_language(Fortran OPTIONAL) |