From 154dcb490f753cf58a79e37187c46dd77a5aea41 Mon Sep 17 00:00:00 2001 From: "Roscoe A. Bartlett" Date: Thu, 26 May 2022 19:59:08 -0400 Subject: [PATCH] Document correct default for _USE_GNUINSTALLDIRS --- tribits/doc/guides/TribitsCoreDetailedReference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tribits/doc/guides/TribitsCoreDetailedReference.rst b/tribits/doc/guides/TribitsCoreDetailedReference.rst index 3acfef8dc..62a35e6f5 100644 --- a/tribits/doc/guides/TribitsCoreDetailedReference.rst +++ b/tribits/doc/guides/TribitsCoreDetailedReference.rst @@ -760,7 +760,7 @@ These options are described below. A project can use the paths given the cmake module ``GNUInstallDirs`` by default by setting:: - set(${PROJECT_NAME}_USE_GNUINSTALLDIRS_DEFAULT FALSE) + set(${PROJECT_NAME}_USE_GNUINSTALLDIRS_DEFAULT TRUE) in the project's top-level `/CMakeLists.txt`_ file or its `/ProjectName.cmake`_ file. The default is ``FALSE``.