mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
12 lines
297 B
Text
12 lines
297 B
Text
--- CMakeLists.txt.orig 2020-03-14 17:27:33 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -21,7 +21,9 @@ include(DuneMacros)
|
|
dune_project()
|
|
|
|
add_subdirectory("dune")
|
|
+if (FREEBSD_INSTALL_DOCS)
|
|
add_subdirectory("doc")
|
|
+endif()
|
|
add_subdirectory("lib")
|
|
|
|
# finalize the dune project, e.g. generating config.h etc.
|