File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ include(${_project_options_SOURCE_DIR}/Index.cmake)
2929# Set the project name and language
3030project(myproject LANGUAGES CXX)
3131
32- # Initialize project_options
32+ # Initialize project_options variable related to this project
33+ # This overwrites `project_options` and sets `project_warnings`
3334# uncomment the options to enable them:
3435project_options(
3536 ENABLE_CACHE
@@ -154,7 +155,8 @@ include(${_project_options_SOURCE_DIR}/src/GlobalOptions.cmake)
154155# Set the project name and language
155156project(myproject LANGUAGES CXX)
156157
157- # Initialize project_options
158+ # Initialize project_options variable related to this project
159+ # This overwrites `project_options` and sets `project_warnings`
158160# uncomment the options to enable them:
159161project_options(
160162 ENABLE_CACHE
You can’t perform that action at this time.
0 commit comments