We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b0d31 commit b46b73eCopy full SHA for b46b73e
CMakeLists.txt
@@ -53,8 +53,8 @@ endif()
53
#-----------------------------------------------------------------------------
54
# Python libraries
55
56
-find_package(PythonLibs REQUIRED)
57
-include_directories("${PYTHON_INCLUDE_DIR}")
+find_package(Python3 COMPONENTS Interpreter Development REQUIRED)
+include_directories("${Python3_INCLUDE_DIRS}")
58
add_definitions(
59
-DPYTHONQT_USE_RELEASE_PYTHON_FALLBACK
60
-DPYTHONQT_SUPPORT_NAME_PROPERTY
0 commit comments