Skip to content

Commit

Permalink
docs: update comment regarding project_options variable [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Dec 24, 2021
1 parent d0db617 commit 7e4b7c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ include(${_project_options_SOURCE_DIR}/Index.cmake)
# Set the project name and language
project(myproject LANGUAGES CXX)
# Initialize project_options
# Initialize project_options variable related to this project
# This overwrites `project_options` and sets `project_warnings`
# uncomment the options to enable them:
project_options(
ENABLE_CACHE
Expand Down Expand Up @@ -154,7 +155,8 @@ include(${_project_options_SOURCE_DIR}/src/GlobalOptions.cmake)
# Set the project name and language
project(myproject LANGUAGES CXX)
# Initialize project_options
# Initialize project_options variable related to this project
# This overwrites `project_options` and sets `project_warnings`
# uncomment the options to enable them:
project_options(
ENABLE_CACHE
Expand Down

0 comments on commit 7e4b7c2

Please sign in to comment.