Browse Source

Merge topic 'ExternalProject-verify-cmake-var'

420280f3 ExternalProject: Fix path to cmake in verify script
Brad King 11 years ago
parent
commit
6482fbaf70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/ExternalProject.cmake

+ 1 - 1
Modules/ExternalProject.cmake

@@ -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()