Browse Source

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

Eric Heim 10 years ago
parent
commit
acd4fea64e
1 changed files with 1 additions and 1 deletions
  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)