ソースを参照

Validate apps first, since they might trigger plug-in build options.

Sascha Zelzer 13 年 前
コミット
4f2805eb19
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      CMake/ctkMacroSetupPlugins.cmake

+ 1 - 1
CMake/ctkMacroSetupPlugins.cmake

@@ -163,7 +163,7 @@ MACRO(ctkMacroSetupPlugins )
                                  "${plugin_dirswithoption};${previous_plugin_dirswithoption};${MY_APPS}"
                                  WITH_EXTERNALS)
   ctkMacroValidateBuildOptions("${CMAKE_CURRENT_BINARY_DIR}" "${CTK_DGRAPH_EXECUTABLE}"
-                               "${plugin_dirswithoption};${previous_plugin_dirswithoption};${MY_APPS}")
+                               "${MY_APPS};${plugin_dirswithoption};${previous_plugin_dirswithoption}")
 
   # Record the current set of plug-ins and their option names
   SET_PROPERTY(GLOBAL APPEND PROPERTY ctkMacroSetupExternalPlugins_dirswithoption ${plugin_dirswithoption})