Re: [CMake] call a configure command
On Dec 22, 2007 1:48 PM, Steven Van Ingelgem <[EMAIL PROTECTED]> wrote: > Hi, > > > How can I call a configure command at compilation time? (so not at the > "cmake ." call?) Write a CMake script containing the configure command. Invoke it at build time using ADD_CUSTOM_COMMAND COMMAND ${CMAKE_COM
[CMake] call a configure command
Hi, How can I call a configure command at compilation time? (so not at the "cmake ." call?) Thanks! ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake