Re: [CMake] CMake 2.4.6-RC-2

2007-01-08 Thread Alan W. Irwin
On 2007-01-08 17:12-0500 Bill Hoffman wrote: You can download cmake-2-4-6-RC-2-ARCH.* from here: http://www.cmake.org/files/v2.4/ Please let me know if you find any issues. As far as I can tell, no new problems have been introduced. On Debian stable, the cmake-2.4.6RC2 build (using the boots

[CMake] Trouble with the relative path generation

2007-01-08 Thread speedy
Hello CMake crew, How we run CMake: ..\!cmake\cmake.exe -D CMAKE_USE_RELATIVE_PATHS:BOOL=ON -D CMAKE_SUPPRESS_REGENERATION:BOOL=ON . Visual C++ .NET .vcproj snippet:

Re: [CMake] PROJECT_SOURCE_DIR needs two cMake pass to be set

2007-01-08 Thread Julien BIBOLLET
On 1/8/07, Bill Hoffman <[EMAIL PROTECTED]> wrote: If you use ADD_SUBDIRECTORY instead of SUBDIRS it will work as you have it. -Bill Ok, thanks for this quick answer, it works like I expected now. (P.S.: I should have read the man more carefully, since it's written in it.) __

Re: [CMake] PROJECT_SOURCE_DIR needs two cMake pass to be set

2007-01-08 Thread Bill Hoffman
Julien BIBOLLET wrote: Hi, I've simplified a problem I'm encountering: I have following hierarchie: |--proj1 |--|--CMakeLists.txt |--CMakeLists.txt the proj1/CMakeLists.txt contains: PROJECT( PROJ1 ) SET( PROJ1_SRCS main.cc ) ADD_LIBRARY( PROJ1 STATIC ${PROJ1_SRCS} ) and the ./CMakeLists.txt co

[CMake] CMake 2.4.6-RC-2

2007-01-08 Thread Bill Hoffman
Mainly to fix a qt find problem on the Mac, and to fix a borland make problem, I am going to release a 2.4.6. The Changes in CMake 2.4.6 are as follows: * Remove svn test in ctestctest3 * Fix for FIND_* order and framworks with PREFIX usage. * Fix for FindDoxygen and quiet mode. * Find JavaVM

[CMake] PROJECT_SOURCE_DIR needs two cMake pass to be set

2007-01-08 Thread Julien BIBOLLET
Hi, I've simplified a problem I'm encountering: I have following hierarchie: |--proj1 |--|--CMakeLists.txt |--CMakeLists.txt the proj1/CMakeLists.txt contains: PROJECT( PROJ1 ) SET( PROJ1_SRCS main.cc ) ADD_LIBRARY( PROJ1 STATIC ${PROJ1_SRCS} ) and the ./CMakeLists.txt contains: SUBDIRS(proj1) M

Re: [CMake] -fPIC and precompiled header

2007-01-08 Thread Axel Roebel
On Saturday 06 January 2007 18:42, you wrote: > Am Freitag, den 05.01.2007, 01:14 +0100 schrieb Axel Roebel: > > GET_TARGET_PROPERTY(_targetType ${_PCH_current_target} TYPE) > > SET(PHC_MASTER_INCLUDE_FILE ${_input}) > > > > CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/cmModules/PCHCheckDependencies.