> hi michael,
>
> thanks for the tip, this makes a lot of sense. unfortunately, the
> following does not work:
>
> add_custom_command(TARGET libopenrave POST_BUILD COMMAND
> ${CMAKE_COMMAND} -E create_symlink $<TARGET_FILE_NAME:libopenrave0.3>
> $<TARGET_FILE_NAME:libopenrave> )
>
> doing a grep on build.make, i see the following:
>
> /usr/bin/cmake -E create_symlink $<TARGET_FILE_NAME:libopenrave0.3>
> $<TARGET_FILE_NAME:libopenrave>
>
> according to the documentation, the $<TARGET> stuff should have been
> replaced right?
>
> using cmake 2.8.0
^
There is the bug. This needs to be 4.
Eike
_______________________________________________
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