diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2019-08-08 14:53:58 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2019-08-09 14:42:02 (GMT) |
commit | fe921edd49f6acc37570f51f8ead3158069dfda4 (patch) | |
tree | af12f86691f2cb032412d3e019ca5ba852f94f61 | |
parent | 54e9d38c28d0073f2cc5d690adb5c993e7793c97 (diff) | |
download | CMake-fe921edd49f6acc37570f51f8ead3158069dfda4.zip CMake-fe921edd49f6acc37570f51f8ead3158069dfda4.tar.gz CMake-fe921edd49f6acc37570f51f8ead3158069dfda4.tar.bz2 |
Utilities/Scripts: Remove temporary CMAKE_BOOTSTRAP conversion script
-rwxr-xr-x | Utilities/Scripts/cmake-bootstrap-def.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Utilities/Scripts/cmake-bootstrap-def.sh b/Utilities/Scripts/cmake-bootstrap-def.sh deleted file mode 100755 index 09feded..0000000 --- a/Utilities/Scripts/cmake-bootstrap-def.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -sed -i -e 's/!defined(CMAKE_BUILD_WITH_CMAKE)/defined(CMAKE_BOOTSTRAP)/g' \ - -e 's/defined(CMAKE_BUILD_WITH_CMAKE)/!defined(CMAKE_BOOTSTRAP)/g' \ - -e 's/ifndef CMAKE_BUILD_WITH_CMAKE/ifdef CMAKE_BOOTSTRAP/g' \ - -e 's/ifdef CMAKE_BUILD_WITH_CMAKE/ifndef CMAKE_BOOTSTRAP/g' \ - $(git ls-files Source) |