[CMake] PreLoad.cmake for ccmake working?

Andy Cedilnik andy.cedilnik at kitware.com
Thu Jan 27 10:09:06 EST 2005


Hi Eric,

I just verified that is not fixed yet. Here is the test:

CMakeLists.txt:
PROJECT(foo C)
MESSAGE("Var: ${VAR}")

PreLoad.cmake:
SET(VAR "${VAR}#" CACHE STRING "" FORCE)

It is fixed in CVS. I will see if we can back-port it to 2.0.6.

       Andy

E. Wing wrote:

>I've been trying to get PreLoad.cmake working for my project using
>ccmake but have so far been unsuccessful. I saw in the bug tracking
>page that Bug #1053 reported the same problem I was having. The follow
>up says it was fixed. I was wondering if the fix is in the current
>release (2.0.5).
>
>Thanks,
>Eric
>_______________________________________________
>CMake mailing list
>CMake at www.cmake.org
>http://www.cmake.org/mailman/listinfo/cmake
>  
>


-- 
Andy Cedilnik
Kitware Inc.



More information about the CMake mailing list