소스 검색

Merge branch 'pythonqt-macro-error'

* pythonqt-macro-error:
  Print more verbose error in ctkMacroWrapPythonQt
Julien Finet 13 년 전
부모
커밋
fb9efec67d
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()