mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
12 lines
315 B
Text
12 lines
315 B
Text
--- CMakeLists.txt.orig 2021-01-17 06:47:55 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -20,7 +20,9 @@ dune_project()
|
|
dune_enable_all_packages()
|
|
|
|
add_subdirectory(dune)
|
|
+if (FREEBSD_INSTALL_DOCS)
|
|
add_subdirectory(doc)
|
|
+endif()
|
|
add_subdirectory(cmake/modules)
|
|
add_subdirectory(examples EXCLUDE_FROM_ALL)
|
|
if (dune-python_FOUND)
|