Merge topic 'ExternalProject-verify-cmake-var'

420280f3 ExternalProject: Fix path to cmake in verify script
This commit is contained in:
Brad King 2014-05-01 09:11:18 -04:00 committed by CMake Topic Stage
commit 6482fbaf70
1 changed files with 1 additions and 1 deletions

View File

@ -709,7 +709,7 @@ does not match expected value
Retrying download.
\")
file(REMOVE \"\${file}\")
execute_process(COMMAND ${CMAKE_COMMAND} -P \"${download_script}\")
execute_process(COMMAND \${CMAKE_COMMAND} -P \"${download_script}\")
endif()
endwhile()