We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4bcec commit aaeeca6Copy full SHA for aaeeca6
1 file changed
CMakeLists.txt
@@ -175,10 +175,10 @@ elseif("$ENV{AR_DCC_NAME}" STREQUAL "MAYA")
175
set(AR_PYTHON_ROOT $ENV{PYTHON_ROOT} CACHE PATH "Python install directory")
176
if (WIN32)
177
if(EXISTS "${AR_PYTHON_ROOT}/python311.dll")
178
- set(AR_PYTHON_LIB python3.11)
+ set(AR_PYTHON_LIB python311)
179
set(AR_PYTHON_LIB_NUMBER python311)
180
elseif(EXISTS "${AR_MAYA_USD_SDK_LIB_DIR}/python310.dll")
181
- set(AR_PYTHON_LIB python3.10)
+ set(AR_PYTHON_LIB python310)
182
set(AR_PYTHON_LIB_NUMBER python310)
183
else()
184
message(FATAL_ERROR "Failed to find a compatible Python version.")
0 commit comments