summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMagnus Lundborg <lundborg.magnus@gmail.com>2013-10-14 13:11:16 (GMT)
committerMagnus Lundborg <lundborg.magnus@gmail.com>2013-10-14 13:11:16 (GMT)
commit20d74e7d97b876232134f2e88e4f3b39f792bfe2 (patch)
tree8830e86525a52830d31f481bb4d4b4dec2735ab1 /CMakeLists.txt
parentdf283e79475806a920e12bd0596210ba6ca54f74 (diff)
Fix include paths.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f91d747..9edce2c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ set(CMAKE_C_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wall")
project(TNG_IO)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
-include_directories(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/include/compression)
+include_directories(${CMAKE_SOURCE_DIR}/include)
option(BUILD_FORTRAN "Build Fortran compatible library and examples for testing" OFF)
contact: Jan Huwald // Impressum