Преглед на файлове

Print more verbose error in ctkMacroWrapPythonQt

Julien Finet преди 13 години
родител
ревизия
605e28b2fc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      CMake/ctkMacroWrapPythonQt.cmake

+ 1 - 1
CMake/ctkMacroWrapPythonQt.cmake

@@ -93,7 +93,7 @@ else: print 'TRUE'
     )
 
   if(result)
-    message(FATAL_ERROR "reSearchFile - Problem with regex: ${regex}\n${error}")
+    message(FATAL_ERROR "reSearchFile - Problem with regex: ${regex}\n${error}\nPython exe: ${python_exe}\nPython lib path: ${python_library_path}")
   endif()
   set(is_matching ${output} PARENT_SCOPE)
 endfunction()