From: Claire Mouton Date: Wed, 12 Mar 2014 13:35:44 +0000 (+0100) Subject: Updated cmake files to remove Warnings generated by the latest CMake version (version... X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=crea.git;a=commitdiff_plain;h=a0aee773948a586f465e01eba6095062779779e0 Updated cmake files to remove Warnings generated by the latest CMake version (version 2.8.12.2). --- diff --git a/cmake/CREAMacro_FindAndUseVTK.cmake b/cmake/CREAMacro_FindAndUseVTK.cmake index 578afb5..ed93912 100644 --- a/cmake/CREAMacro_FindAndUseVTK.cmake +++ b/cmake/CREAMacro_FindAndUseVTK.cmake @@ -28,8 +28,8 @@ MACRO(CREA_FIND_AND_USE_VTK) #--------------------------------------------------------------------------- IF(NOT VTK_FOUND) # Search VTK - message("DFCH--VTK: CREAMacro_FindAndUseVTK.cmake: "${CMAKE_CURRENT_LIST_FILE}) - message("DFCH--VTK: CREAMacro_FindAndUseVTK.cmake: "${_IMPORT_PREFIX}) + message("DFCH--VTK: CREAMacro_FindAndUseVTK.cmake: " ${CMAKE_CURRENT_LIST_FILE}) + message("DFCH--VTK: CREAMacro_FindAndUseVTK.cmake: " ${_IMPORT_PREFIX}) FIND_PACKAGE(VTK) # If vtk found IF(VTK_FOUND)