Skip to content

Commit

Permalink
Document correct default for <Project>_USE_GNUINSTALLDIRS
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlettroscoe authored May 26, 2022
1 parent 10e19b0 commit 154dcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tribits/doc/guides/TribitsCoreDetailedReference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<projectDir>/CMakeLists.txt`_ file or its
`<projectDir>/ProjectName.cmake`_ file. The default is ``FALSE``.
Expand Down

0 comments on commit 154dcb4

Please sign in to comment.