Browse Source

Merge branch 'ExternalProject-verify-cmake-var' into release

Brad King 11 years ago
parent
commit
c553d68798
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/ExternalProject.cmake

+ 1 - 1
Modules/ExternalProject.cmake

@@ -605,7 +605,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()