mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
12 lines
314 B
Text
12 lines
314 B
Text
--- CMakeLists.txt.orig 2020-03-15 01:20:08 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -22,7 +22,9 @@ include(DuneMacros)
|
|
# start a dune project with information from dune.module
|
|
dune_project()
|
|
|
|
+if (FREEBSD_INSTALL_DOCS)
|
|
add_subdirectory(doc)
|
|
+endif()
|
|
add_subdirectory(dune)
|
|
|
|
finalize_dune_project(GENERATE_CONFIG_H_CMAKE)
|