projects
/
project
/
odhcp6c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d052c5
)
cmake: drop EXT_PREFIX_CLASS
author
Álvaro Fernández Rojas
<
[email protected]
>
Mon, 3 Nov 2025 08:51:19 +0000
(09:51 +0100)
committer
Álvaro Fernández Rojas
<
[email protected]
>
Mon, 3 Nov 2025 13:46:27 +0000
(14:46 +0100)
This compile definition isn't used.
Signed-off-by: Álvaro Fernández Rojas <
[email protected]
>
Link:
https://github.com/openwrt/odhcp6c/pull/109
Signed-off-by: Álvaro Fernández Rojas <
[email protected]
>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 2db50ccc4d007169d3e297f80cec17bc1ef88397..21c65d146fbe45a62ed6cad13cb4471f6c942900 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-48,10
+48,6
@@
if (${EXT_CER_ID})
target_compile_definitions(${PROJECT_NAME} PRIVATE EXT_CER_ID=${EXT_CER_ID})
endif(${EXT_CER_ID})
-if (${EXT_PREFIX_CLASS})
- target_compile_definitions(${PROJECT_NAME} PRIVATE EXT_PREFIX_CLASS=${EXT_PREFIX_CLASS})
-endif(${EXT_PREFIX_CLASS})
-
# Installation
install(TARGETS ${PROJECT_NAME} DESTINATION sbin/)