Skip to content

Commit

Permalink
fixed include dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick von Reth committed Apr 18, 2010
1 parent 02cf35b commit a1ced5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Expand Up @@ -26,7 +26,8 @@ IF(ENABLE_PYTHON)
FIND_PACKAGE( PythonLibs )
ENDIF(ENABLE_PYTHON)

INCLUDE_DIRECTORIES( "${CMAKE_CURRENT_SOURCE_DIR}/include" )
INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_SOURCE_DIR}/include
${CMAKE_INCLUDE_PATH})

ENABLE_TESTING()

Expand Down

0 comments on commit a1ced5f

Please sign in to comment.