From 647a59ca3dedc5c7c794bee71fe586b07c079713 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Mon, 31 May 2010 14:09:56 +0000 Subject: [PATCH] One less FILE(COPY) ... --- crlcore/doc/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crlcore/doc/CMakeLists.txt b/crlcore/doc/CMakeLists.txt index fb1701c4..a4117bbd 100644 --- a/crlcore/doc/CMakeLists.txt +++ b/crlcore/doc/CMakeLists.txt @@ -11,7 +11,8 @@ latex_get_output_path ( output_dir ) - file ( COPY "${CMAKE_CURRENT_SOURCE_DIR}/SoC.css" DESTINATION "${output_dir}/README" ) + #file ( COPY "${CMAKE_CURRENT_SOURCE_DIR}/SoC.css" DESTINATION "${output_dir}/README" ) + execute_process ( COMMAND cp -r "${CMAKE_CURRENT_SOURCE_DIR}/SoC.css" "${output_dir}/README" ) install ( FILES ${output_dir}/README.tex ${output_dir}/README.dvi