Skip to content
Snippets Groups Projects
Commit 606845e6 authored by Patrick Koppenburg's avatar Patrick Koppenburg :leaves:
Browse files

Merge branch 'rm-fix-cmake' into 'master'

Add missing find_package to private dependencies

See merge request !677
parents 9b30b739 51e820c9
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!677Add missing find_package to private dependencies
Pipeline #3752570 passed
...@@ -34,5 +34,5 @@ find_data_package(TCK/HltTCK REQUIRED) ...@@ -34,5 +34,5 @@ find_data_package(TCK/HltTCK REQUIRED)
# -- Private dependencies # -- Private dependencies
if(WITH_DaVinci_PRIVATE_DEPENDENCIES) if(WITH_DaVinci_PRIVATE_DEPENDENCIES)
# no private dependencies find_package(Python REQUIRED Interpreter)
endif() endif()
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