From daf549b95c615afe6911a1838e836b9320715c19 Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Wed, 20 Aug 2014 22:57:01 +0200 Subject: 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 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) -- cgit v0.10.1