Skip to content
Snippets Groups Projects
Commit 89828201 authored by acpaquette's avatar acpaquette
Browse files

Set variables for python find script

parent 0a61ad33
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,10 @@ set_source_files_properties(../csmapi.i
PROPERTIES CPLUSPLUS ON)
#Find dependencies
set(Python_FIND_VIRTUALENV FIRST)
set(Python_FIND_REGISTRY LAST)
set(Python_FIND_FRAMEWORK LAST)
set(Python_FIND_STRATEGY LOCATION)
find_package(Python3 REQUIRED COMPONENTS Development)
find_path(CSM_INCLUDE_DIR NAMES csm.h
PATH_SUFFIXES csm)
......
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