Loading python/CMakeLists.txt +4 −0 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
python/CMakeLists.txt +4 −0 Original line number Diff line number Diff line Loading @@ -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) Loading