diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2014-01-14 08:06:39 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2014-01-14 08:06:39 (GMT) |
commit | 951d5a3f6052de96220c190280d6e20fb22ada46 (patch) | |
tree | d7a6c42228dd141f8bedd883411c60e86402fc34 /CMakeLists.txt | |
parent | db441e04e71e2a0177ee382216cf4677aa5878f7 (diff) |
Use relative paths for includes.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 388d2af..a0f917d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,6 @@ endif() project(TNG_IO) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib) -include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include) option(BUILD_SHARED_LIBS "Enable shared libraries" ON) |