Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
syscall-intercept
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Simon McVittie
syscall-intercept
Commits
e21eb826
Commit
e21eb826
authored
Apr 19, 2017
by
Gabor Buella
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention cmake_uninstall.cmake.in in LICENSE
parent
8db022e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
LICENSE
LICENSE
+1
-0
cmake/cmake_uninstall.cmake.in
cmake/cmake_uninstall.cmake.in
+2
-0
No files found.
LICENSE
View file @
e21eb826
...
...
@@ -33,3 +33,4 @@ Everything in this source tree is covered by the previous license
with the following exceptions:
* utils/cstyle (used only during development) licensed under CDDL.
* cmake/cmake_uninstall.cmake.in licensed under Creative Commons.
cmake/cmake_uninstall.cmake.in
View file @
e21eb826
# From: https://cmake.org/Wiki/CMake_FAQ
if(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
message(FATAL_ERROR "Cannot find install manifest: @CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
endif(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
...
...
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