Browse Source

COMP: fixed rename of ctkMacroGetTargetLibraries

Marco Nolden 14 years ago
parent
commit
d97871ef78

+ 2 - 2
Applications/ctkDICOMViewer/CMakeLists.txt

@@ -21,9 +21,9 @@ SET(KIT_UI_FORMS
 SET(KIT_resources
 )
 
-# Target libraries - See CMake/ctkMacroGetTargetLibraries.cmake
+# Target libraries - See CMake/ctkFunctionGetTargetLibraries.cmake
 # The following macro will read the target libraries from the file 'target_libraries.cmake'
-ctkMacroGetTargetLibraries(KIT_target_libraries)
+ctkFunctionGetTargetLibraries(KIT_target_libraries)
 
 ctkMacroBuildApp(
   NAME ${PROJECT_NAME}

+ 1 - 1
Applications/ctkDICOMViewer/target_libraries.cmake

@@ -1,5 +1,5 @@
 #
-# See CMake/ctkMacroGetTargetLibraries.cmake
+# See CMake/ctkFunctionGetTargetLibraries.cmake
 # 
 # This file should list the libraries required to build the current CTK application.
 #