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

Changed python find to only look for Development

parent c76786d8
Branches
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ set_source_files_properties(../csmapi.i ...@@ -5,7 +5,7 @@ set_source_files_properties(../csmapi.i
PROPERTIES CPLUSPLUS ON) PROPERTIES CPLUSPLUS ON)
#Find dependencies #Find dependencies
find_package(Python3 REQUIRED COMPONENTS Interpreter Development) find_package(Python3 REQUIRED COMPONENTS Development)
find_path(CSM_INCLUDE_DIR NAMES csm.h find_path(CSM_INCLUDE_DIR NAMES csm.h
PATH_SUFFIXES csm) PATH_SUFFIXES csm)
find_library(CSM_LIBRARY NAMES csmapi) find_library(CSM_LIBRARY NAMES csmapi)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment