From 4b404e8cfbdde4277733adaacc399fa4e1b57320 Mon Sep 17 00:00:00 2001 From: Victor Romero Date: Wed, 28 Aug 2019 11:59:30 -0700 Subject: Revert "[vcpkg install] Enable Download Mode (#7797)" (#7949) This reverts commit 65d4bc146bf7c1c21989b680497b1f6f9a09c967. --- scripts/cmake/execute_process.cmake | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 scripts/cmake/execute_process.cmake (limited to 'scripts/cmake/execute_process.cmake') diff --git a/scripts/cmake/execute_process.cmake b/scripts/cmake/execute_process.cmake deleted file mode 100644 index 90198e337..000000000 --- a/scripts/cmake/execute_process.cmake +++ /dev/null @@ -1,19 +0,0 @@ -## # execute_process -## -## Intercepts all calls to execute_process() inside portfiles and fails when Download Mode -## is enabled. -## -## In order to execute a process in Download Mode call `_execute_process()` instead. -## -if (NOT DEFINED OVERRIDEN_EXECUTE_PROCESS) -set(OVERRIDEN_EXECUTE_PROCESS ON) - -function(execute_process) - message(FATAL_ERROR -[[ - This command cannot be executed in Download Mode. - Halting portfile execution. -]]) -endfunction() - -endif() \ No newline at end of file -- cgit v1.2.3