Quellcode durchsuchen

Changed name of variable to set the Qt version in PythonQt to match present naming convention

Eric Heim vor 10 Jahren
Ursprung
Commit
acd4fea64e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      CMakeExternals/PythonQt.cmake

+ 1 - 1
CMakeExternals/PythonQt.cmake

@@ -42,7 +42,7 @@ if(NOT DEFINED PYTHONQT_INSTALL_DIR)
   endif()
 
   # Set desired qt version for PythonQt
-  list(APPEND ep_PythonQt_args -DDESIRED_QT_VERSION:STRING=${CTK_QT_VERSION})
+  list(APPEND ep_PythonQt_args -DPythonQt_QT_VERSION:STRING=${CTK_QT_VERSION})
 
   foreach(qtlib All ${qtlibs})
     string(TOUPPER ${qtlib} qtlib_uppercase)