Zschocke, Florian schrieb:
Hi Anteru!

I had the same problem. Read here:
http://www.cmake.org/pipermail/cmake/2008-March/020255.html

Thnaks for the link. But from that I gather that you can only use the
target name as an actual command and not as a parameter to the command,
e.g. when copying the target to someplace, isn't it?

Seems so, at least, if I change to command to use the target name it no longer works. However, you should be able to use the INSTALL command to copy, or change the target path -- otherwise, you can surely add something like cp ${EXECUTABLE_OUTPUT_PATH}/targetName* yourTarget?

Cheers,
  Anteru
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to