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
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:
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.)
__
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
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
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
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.