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

trick cmake to use the current source path when compiling and not the

one when this directive is processed.

[[Imported from SVN: r6676]]
parent c7c019ae
Branches
Tags
No related merge requests found
......@@ -148,6 +148,7 @@ macro(dune_project)
include_directories("${CMAKE_SOURCE_DIR}")
link_directories("${CMAKE_SOURCE_DIR}/lib")
include_directories("${CMAKE_CURRENT_BINARY_DIR}")
include_directories("/\${CMAKE_CURRENT_SOURCE_DIR}")
add_definitions(-DHAVE_CONFIG_H)
# Search for MPI and set the relevant variables.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment