Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
fe921edd
Commit
fe921edd
authored
Aug 08, 2019
by
Kyle Edwards
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Utilities/Scripts: Remove temporary CMAKE_BOOTSTRAP conversion script
parent
54e9d38c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
Utilities/Scripts/cmake-bootstrap-def.sh
Utilities/Scripts/cmake-bootstrap-def.sh
+0
-7
No files found.
Utilities/Scripts/cmake-bootstrap-def.sh
deleted
100755 → 0
View file @
54e9d38c
#!/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
)
Kyle Edwards
@kyle.edwards
mentioned in commit
9e9766d8
·
Aug 13, 2019
mentioned in commit
9e9766d8
mentioned in commit 9e9766d85cc81ba22819dec2d543da2565f2c04b
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment