Skip to content
Snippets Groups Projects
Commit 5d52eed4 authored by Martin Beseda's avatar Martin Beseda
Browse files

[ENH] Added outputs with include directories of external dependencies.

parent 0a82eaf7
No related branches found
No related tags found
No related merge requests found
......@@ -167,12 +167,14 @@ if(NOT EXPRTK_FOUND AND ALLOW_DEPENDENCIES_DOWNLOAD)
message("Exprt will be downloaded and compiled locally in 'external_dependencies' folder.")
include(DownloadExprtk)
endif()
message(STATUS EXPRTK_INCLUDE_DIRS: ${EXPRTK_INCLUDE_DIRS})
find_package(Turtle)
if(NOT TURTLE_FOUND AND ALLOW_DEPENDENCIES_DOWNLOAD)
message("Turtle will be downloaded and compiled locally in 'external_dependencies' folder.")
include(DownloadTurtle)
endif()
message(STATUS TURTLE_INCLUDE_DIRS: ${TURTLE_INCLUDE_DIRS})
find_package(Armadillo)
if(NOT ARMADILLO_FOUND AND ALLOW_DEPENDENCIES_DOWNLOAD)
......
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