[Cmake-commits] [cmake-commits] bigler committed run_nvcc.cmake 1.5 1.6

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 6 22:52:54 EDT 2009


Update of /cvsroot/CMake/CMake/Modules/FindCUDA
In directory public:/mounts/ram/cvs-serv24621/FindCUDA

Modified Files:
	run_nvcc.cmake 
Log Message:
Fix Xcode build.

Move the make_directory command to the main target, so that CMAKE_CFG_INTDIR
will get expanded by the build tool.


Index: run_nvcc.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindCUDA/run_nvcc.cmake,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** run_nvcc.cmake	5 Oct 2009 21:14:32 -0000	1.5
--- run_nvcc.cmake	7 Oct 2009 02:52:52 -0000	1.6
***************
*** 151,160 ****
    )
  
- # Make sure the output directory is present
- cuda_execute_process(
-   "Creating output directory: ${generated_file_path}"
-   COMMAND "${CMAKE_COMMAND}" -E make_directory "${generated_file_path}"
-   )
- 
  # Generate the dependency file
  cuda_execute_process(
--- 151,154 ----



More information about the Cmake-commits mailing list