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

print verbose

parent 30947a3f
No related branches found
No related tags found
1 merge request!49Resolve "Finish installation and usage instruction on the documentation"
......@@ -4,12 +4,9 @@ project(dune-copasi CXX)
include(GNUInstallDirs)
cmake_policy(SET CMP0074 NEW)
if(POLICY CMP0087)
cmake_policy(SET CMP0087 OLD)
endif()
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
find_package(muparser REQUIRED)
# if(POLICY CMP0087)
# cmake_policy(SET CMP0087 OLD)
# endif()
# define cmake options
option(DUNE_COPASI_SD_EXECUTABLE
......@@ -47,6 +44,7 @@ dune_project()
add_subdirectory(cmake/modules)
# find specific dune-copasi dependencies
find_package(muparser REQUIRED)
find_package(TIFF REQUIRED)
find_package(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