diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index 1c9e0a97afeafdd86e0ed6aa36e5a0b4911373ae..c2f3ad3e1490fb478f8da9d7ef1f562dd7855397 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -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)