Skip to content
Snippets Groups Projects
Commit b354f991 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Add correct install path to ghc

parent 0313135a
No related branches found
No related tags found
1 merge request!49Resolve "Finish installation and usage instruction on the documentation"
......@@ -8,6 +8,7 @@ if(NOT (dune-common_DIR OR dune-common_ROOT OR
endif()
cmake_policy(SET CMP0074 NEW)
cmake_policy(SET CMP0087 OLD)
#find dune-common and set the module path
find_package(dune-common REQUIRED)
......
......@@ -81,7 +81,7 @@ else()
target_include_directories(filesystem INTERFACE
$<BUILD_INTERFACE:${ghc_filesystem_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)
target_compile_definitions(filesystem INTERFACE DUNE_COPASI_USE_FALLBACK_FILESYSTEM)
......
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