Skip to content
Snippets Groups Projects
Commit 923c12e5 authored by Markus Blatt's avatar Markus Blatt
Browse files

Added CMAKE_BINARY_DIR as first include path. This prevents mixups.

[[Imported from SVN: r6893]]
parent c6c61bc9
No related branches found
No related tags found
No related merge requests found
......@@ -235,6 +235,7 @@ macro(dune_project)
set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} -DHAVE_MEMORY=${HAVE_MEMORY}")
# set include path and link path for the current project.
include_directories("${CMAKE_BINARY_DIR}")
include_directories("${CMAKE_SOURCE_DIR}")
link_directories("${CMAKE_SOURCE_DIR}/lib")
include_directories("${CMAKE_CURRENT_BINARY_DIR}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment