ソースを参照

Merge branch 'ctkMacroCompilePythonScript-add-no-install-subdir-option'

* ctkMacroCompilePythonScript-add-no-install-subdir-option:
  ctkMacroCompilePythonScript - Do not convert INSTALL_DIR to a absolute path
Jean-Christophe Fillion-Robin 13 年 前
コミット
71129b1ac6
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      CMake/ctkMacroCompilePythonScript.cmake

+ 0 - 1
CMake/ctkMacroCompilePythonScript.cmake

@@ -36,7 +36,6 @@ MACRO(ctkMacroCompilePythonScript)
   # consecutive slashes. Let's make sure there are no trailing slashes.
   get_filename_component(MY_SOURCE_DIR ${MY_SOURCE_DIR} REALPATH)
   get_filename_component(MY_DESTINATION_DIR ${MY_DESTINATION_DIR} REALPATH)
-  get_filename_component(MY_INSTALL_DIR ${MY_INSTALL_DIR} REALPATH)
 
   SET(input_python_files)
   SET(copied_python_files)