Commit 6f2da92f1cec18d739c8b67c224b7b4fb4e899f1

Authored by Peter M. Groen
1 parent e21fdb08

Adapted include path

Showing 1 changed file with 1 additions and 1 deletions
src/CMakeLists.txt
@@ -9,7 +9,7 @@ find_package( Boost REQUIRED COMPONENTS regex ) @@ -9,7 +9,7 @@ find_package( Boost REQUIRED COMPONENTS regex )
9 include(compiler) 9 include(compiler)
10 10
11 include_directories( 11 include_directories(
12 - ${CMAKE_SOURCE_DIR}/include 12 + ${CMAKE_CURRENT_SOURCE_DIR}/../include
13 ) 13 )
14 14
15 set(SRC_LIST 15 set(SRC_LIST