[CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

David Cole david.cole at kitware.com
Wed Jan 4 19:29:13 EST 2012


On Wed, Jan 4, 2012 at 7:14 PM, Bill Hoffman <bill.hoffman at kitware.com> wrote:
> On 1/4/2012 4:27 PM, Michael Jackson wrote:
>>
>> Thanks! The definitely fixed the issue for ALL the platforms. I guess
>> I just have not been keeping up with all the additions to CMake. At
>> what version was this syntax introduced?
>
>
> Looks like about a year ago:
> http://cmake.org/gitweb?p=cmake.git;a=commit;h=f0cdb6001b3e915fc0d9c1120165d49725440bbd
>
> committerBrad King <brad.king at kitware.com>
>  Wed, 15 Dec 2010 19:53:48 +0000 (14:53 -0500)
>
>
> -Bill
>
> --
>
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake

That commit references fixing
http://public.kitware.com/Bug/view.php?id=11209 -- and if you view it
with gitk, it agrees and says the commit precedes the tag "v2.8.4".

2.8.4 or later should have this capability. You should use 2.8.4 if
it's not already higher than that in your cmake_minimum_required call.


HTH,
David


More information about the CMake mailing list