projects
/
solvespace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29ac5b5
)
Adjust extlib include path
author
Matthias Geiger
<werdahias@debian.org>
Wed, 10 Jun 2026 18:57:58 +0000
(20:57 +0200)
committer
Matthias Geiger
<werdahias@debian.org>
Sun, 14 Jun 2026 21:35:42 +0000
(23:35 +0200)
Gbp-Pq: Name 05-Adjust-extlib-include-path.patch
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index bddb6e2f1ab3498136826e2791c448abc53729b8..c299dc08faf079d78ee1e93d8e20c5da95912939 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-213,7
+213,7
@@
endif()
if(ENABLE_GUI OR ENABLE_CLI)
message(STATUS "Using in-tree libdxfrw")
- add_subdirectory(
extlib/
libdxfrw)
+ add_subdirectory(libdxfrw)
endif()
message(STATUS "Using in-tree mimalloc")