Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit e21eb82

Browse files
committed
Mention cmake_uninstall.cmake.in in LICENSE
1 parent 8db022e commit e21eb82

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ Everything in this source tree is covered by the previous license
3333
with the following exceptions:
3434

3535
* utils/cstyle (used only during development) licensed under CDDL.
36+
* cmake/cmake_uninstall.cmake.in licensed under Creative Commons.

cmake/cmake_uninstall.cmake.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# From: https://cmake.org/Wiki/CMake_FAQ
2+
13
if(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
24
message(FATAL_ERROR "Cannot find install manifest: @CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
35
endif(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")

0 commit comments

Comments
 (0)