[CMake] change in behavior of CONFIGURE_FILE
Bradley Lowekamp
blowekamp at mail.nih.gov
Tue Jun 14 14:42:55 EDT 2005
In the past week the behavior of this code has changed : )
PROJECT(TEST5)
CONFIGURE_FILE(${TEST5_SOURCE_DIR}/configure.h.in
${TEST5_BINARY_DIR}/configure.h)
SET(USE_FEATURE ON)
##### configure.h.in
#cmakedefine USE_FEATURE
A week ago USE_FEATURE would be defined. But now it is not. I have been
encountering many unexpected changes in behavior that are time
consuming in tracking down some times. Am I missing some place where
these changes are being posted? Perhaps there should be some place for
this?
Thanks,
Brad
========================================================
Bradley Lowekamp
Management Systems Designers Contractor for
Office of High Performance Computing and Communications
National Library of Medicine
'blowekamp at mail.nih.gov
More information about the CMake
mailing list