Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/astro/geographiclib/files/patch-doc_CMakeLists.txt
16130 views
1
--- doc/CMakeLists.txt.orig 2017-10-05 10:11:23 UTC
2
+++ doc/CMakeLists.txt
3
@@ -9,9 +9,9 @@ foreach (TOOL ${TOOLS})
4
endforeach ()
5
6
if (COMMON_INSTALL_PATH)
7
- set (INSTALL_DOC_DIR "share/doc/GeographicLib")
8
+ set (INSTALL_DOC_DIR "share/doc/GeographicLib" CACHE STRING "")
9
else ()
10
- set (INSTALL_DOC_DIR "doc")
11
+ set (INSTALL_DOC_DIR "doc" CACHE STRING "")
12
endif ()
13
14
# Run doxygen, if available
15
16