mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
12 lines
262 B
Text
12 lines
262 B
Text
--- CMakeLists.txt.orig 2020-03-15 19:45:36 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -9,7 +9,9 @@ include(DuneMacros)
|
|
dune_project()
|
|
|
|
add_subdirectory(cmake/modules)
|
|
+if (FREEBSD_INSTALL_DOCS)
|
|
add_subdirectory(doc)
|
|
+endif()
|
|
add_subdirectory(dune)
|
|
|
|
if(dune-python_FOUND)
|