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 e21d979 commit c8a58e7Copy full SHA for c8a58e7
CMakeLists.txt
@@ -4,6 +4,8 @@ cmake_policy(SET CMP0144 NEW)
4
5
project(plugin_python CXX)
6
7
+set(Python_FIND_VIRTUALENV STANDARD)
8
+
9
# find Python before include mo2-cmake, otherwise this will trigger a bunch of CMP0111
10
# due to the imported configuration mapping variables defined in mo2.cmake
11
find_package(Python ${MO2_PYTHON_VERSION} COMPONENTS Interpreter Development REQUIRED)
0 commit comments