Re: [CMake] What does this mean: IF(${VARIABLE} MATCHES ^${VARIABLE}$)

2007-12-11 Thread Jian Wang
On Dec 11, 2007 6:49 PM, Pau Garcia i Quiles [EMAIL PROTECTED] wrote: Quoting Clark J. Wang [EMAIL PROTECTED]: The header of many CMake modules often looks like this (take CheckIncludeFile as an example): MACRO(CHECK_INCLUDE_FILE INCLUDE VARIABLE) IF(${VARIABLE} MATCHES

Re: [CMake] Re: How to integrate 3rd-party software into cmake system

2007-06-11 Thread Jian Wang
On 6/11/07, Alexander Neundorf [EMAIL PROTECTED] wrote: On Sunday 10 June 2007 21:08, Clark J. Wang wrote: ... Cmake knows how to build 'hello' because we're calling ADD_CUSTOM_TARGET(hello). But how can cmake know how to clean hello? This is currently not directly possible in cmake. What I