Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
b1ffd179
Commit
b1ffd179
authored
Oct 12, 2010
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move cmake_uninstall.cmake to CMakeModules directory
parent
2b7626a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CMakeLists.txt
CMakeLists.txt
+3
-3
cmake_uninstall.cmake.in
CMakeModules/cmake_uninstall.cmake.in
+0
-0
No files found.
CMakeLists.txt
View file @
b1ffd179
...
...
@@ -227,12 +227,12 @@ endif()
#================================================
# make uninstall rules
#================================================
CONFIGURE_FILE
(
"
${
CMAKE_
CURRENT_SOURCE_DIR
}
/cmake_uninstall.cmake.in"
configure_file
(
"
${
CMAKE_
MODULE_PATH
}
/cmake_uninstall.cmake.in"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/cmake_uninstall.cmake"
IMMEDIATE @ONLY
)
ADD_CUSTOM_TARGET
(
uninstall
add_custom_target
(
uninstall
"
${
CMAKE_COMMAND
}
"
-P
"
${
CMAKE_CURRENT_BINARY_DIR
}
/cmake_uninstall.cmake"
)
...
...
cmake_uninstall.cmake.in
→
CMakeModules/
cmake_uninstall.cmake.in
View file @
b1ffd179
File moved
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