diff options
author | James Bigler <jbigler@nvidia.com> | 2009-10-07 02:52:52 (GMT) |
---|---|---|
committer | James Bigler <jbigler@nvidia.com> | 2009-10-07 02:52:52 (GMT) |
commit | 94fff7af35117b98219edeb07dd8fdcf34fe3d82 (patch) | |
tree | 0f53c273a7fca2a5063bfe561ba378b3e03bcb0e /Modules/FindCUDA | |
parent | ca95b339fbc9cb5d09c3fed4cefdf351ed31c2d9 (diff) | |
download | CMake-94fff7af35117b98219edeb07dd8fdcf34fe3d82.zip CMake-94fff7af35117b98219edeb07dd8fdcf34fe3d82.tar.gz CMake-94fff7af35117b98219edeb07dd8fdcf34fe3d82.tar.bz2 |
Fix Xcode build.
Move the make_directory command to the main target, so that CMAKE_CFG_INTDIR
will get expanded by the build tool.
Diffstat (limited to 'Modules/FindCUDA')
-rw-r--r-- | Modules/FindCUDA/run_nvcc.cmake | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Modules/FindCUDA/run_nvcc.cmake b/Modules/FindCUDA/run_nvcc.cmake index 2011e22..4a9a7d4 100644 --- a/Modules/FindCUDA/run_nvcc.cmake +++ b/Modules/FindCUDA/run_nvcc.cmake @@ -150,12 +150,6 @@ cuda_execute_process( COMMAND "${CMAKE_COMMAND}" -E remove "${generated_file}" ) -# 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( "Generating dependency file: ${NVCC_generated_dependency_file}" |