소스 검색

For sake of consistency, rename CTKConfig.h into ctkConfig.h

Jean-Christophe Fillion-Robin 14 년 전
부모
커밋
5bf648b7cb
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      Libs/PluginFramework/ctkPluginFrameworkLauncher.cpp
  2. 2 2
      Utilities/LastConfigureStep/CTKGenerateCTKConfig.cmake
  3. 0 0
      ctkConfig.h.in

+ 1 - 1
Libs/PluginFramework/ctkPluginFrameworkLauncher.cpp

@@ -35,7 +35,7 @@
 #include <cstdlib>
 #endif // _WIN32
 
-#include <CTKConfig.h>
+#include <ctkConfig.h>
 
 class ctkPluginFrameworkLauncherPrivate
 {

+ 2 - 2
Utilities/LastConfigureStep/CTKGenerateCTKConfig.cmake

@@ -137,8 +137,8 @@ CONFIGURE_FILE(${CTK_SOURCE_DIR}/CTKConfig.cmake.in
                ${CTK_SUPERBUILD_BINARY_DIR}/CTKConfig.cmake @ONLY IMMEDIATE)
 CONFIGURE_FILE(${CTK_SOURCE_DIR}/CTKConfigVersion.cmake.in
                ${CTK_SUPERBUILD_BINARY_DIR}/CTKConfigVersion.cmake @ONLY IMMEDIATE)
-CONFIGURE_FILE(${CTK_SOURCE_DIR}/CTKConfig.h.in
-               ${CTK_SUPERBUILD_BINARY_DIR}/CTKConfig.h @ONLY IMMEDIATE)
+CONFIGURE_FILE(${CTK_SOURCE_DIR}/ctkConfig.h.in
+               ${CTK_SUPERBUILD_BINARY_DIR}/ctkConfig.h @ONLY IMMEDIATE)
 
 #-----------------------------------------------------------------------------
 # Settings specific to the install tree.

CTKConfig.h.in → ctkConfig.h.in