Skip to content

Commit

Permalink
GHI #20 Update cmake comment
Browse files Browse the repository at this point in the history
Signed-off-by: doodspav <[email protected]>
  • Loading branch information
doodspav committed Nov 2, 2023
1 parent 36f4a06 commit 42e2282
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/OptionVariables.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ mark_as_advanced(PATOMIC_BUILD_TESTING)
# against the target, you get `<prefix>/include/<package>-X.Y.Z` added to your
# include paths rather than `<prefix/include`.
# This doesn't affect include paths used by consumers of this project, but helps
# prevent headers from multiple versions affecting each other.
# prevent consumers having access to other projects in the same include
# directory (e.g. usr/include).
# The variable type is STRING rather than PATH, because otherwise passing
# -DCMAKE_INSTALL_INCLUDEDIR=include on the command line would expand to an
# absolute path with the base being the current CMake directory, leading to
Expand Down

0 comments on commit 42e2282

Please sign in to comment.