Utilities/Scripts: Remove temporary CMAKE_BOOTSTRAP conversion script

This commit is contained in:
Kyle Edwards
2019-08-08 10:53:58 -04:00
parent 54e9d38c28
commit fe921edd49

View File

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