[CMake] execute_process appending redirected output

2011-12-27 Thread Belcourt, Kenneth
Hi, I'm trying to get CMake to execute this command INSTALL(CODE "EXECUTE_PROCESS (COMMAND cat \"${CMAKE_CURRENT_SOURCE_DIR}/onejar_classpath.txt >> ${CMAKE_INSTALL_PREFIX}/onejar/boot-manifest.mf\")" ) but this doesn't work, here's the error I get when I run the install. cat: /home/wec_d

Re: [CMake] execute_process appending redirected output

2011-12-27 Thread Aaron Ten Clay
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/27/11 16:16, Belcourt, Kenneth wrote: > Hi, > > I'm trying to get CMake to execute this command > > INSTALL(CODE > "EXECUTE_PROCESS (COMMAND cat \"${CMAKE_CURRENT_SOURCE_DIR}/onejar_classpath.txt >> ${CMAKE_INSTALL_PREFIX}/onejar/boot-manifest.m