[CMake] CMake 2.8.3-rc1 ready for testing!

Micha Renner Micha.Renner at t-online.de
Mon Sep 20 00:59:39 EDT 2010


Here is a small one.

INSTALL(FILES ${CMAKE_BINARY_DIR}/CTest.conf DESTINATION /usr/local)

always results in this warning:


1>  -- Install configuration: "Debug"
1>  CMake Warning (dev) at cmake_install.cmake:31 (list):
1>    Syntax error in cmake code at
1>  
1>      C:/work-c/T/CMake/cmake_install.cmake:32
1>  
1>    when parsing string
1>  
1>      /usr/local\CTest.conf
1>  
1>    Invalid escape sequence \C
1>  
1>    Policy CMP0010 is not set: Bad variable reference syntax is an
error.  Run
1>    "cmake --help-policy CMP0010" for policy details.  Use the
cmake_policy
1>    command to set the policy and suppress this warning.
1>  This warning is for project developers.  Use -Wno-dev to suppress
it.
1>  -- Installing: /usr/local/CTest.conf

(CMake 2.8.3rc1, VS 2010Express)

Greetings

Micha




More information about the CMake mailing list