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
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ set_source_files_properties(../csmapi.i
PROPERTIES CPLUSPLUS ON)
#Find dependencies
find_package(Python3 REQUIRED COMPONENTS Interpreter Development)
find_package(Python3 REQUIRED COMPONENTS Development)
find_path(CSM_INCLUDE_DIR NAMES csm.h
PATH_SUFFIXES csm)
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