Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
71fd5241
"docs/git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "af8849f47eea35fe16df0c5df64221b33b655968"
Unverified
Commit
71fd5241
authored
Sep 28, 2021
by
Philipp Bucher
Committed by
GitHub
Sep 28, 2021
Browse files
docs: fix minor typo (#3311)
parent
787d2c88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/compiling.rst
docs/compiling.rst
+1
-1
No files found.
docs/compiling.rst
View file @
71fd5241
...
@@ -347,7 +347,7 @@ standard explicitly with
...
@@ -347,7 +347,7 @@ standard explicitly with
set(CMAKE_CXX_STANDARD 14 CACHE STRING "C++ version selection") # or 11, 14, 17, 20
set(CMAKE_CXX_STANDARD 14 CACHE STRING "C++ version selection") # or 11, 14, 17, 20
set(CMAKE_CXX_STANDARD_REQUIRED ON) # optional, ensure standard is supported
set(CMAKE_CXX_STANDARD_REQUIRED ON) # optional, ensure standard is supported
set(CMAKE_CXX_EXTENSIONS OFF) # optional, keep compiler extensions
n
off
set(CMAKE_CXX_EXTENSIONS OFF) # optional, keep compiler extensions off
The variables can also be set when calling CMake from the command line using
The variables can also be set when calling CMake from the command line using
the ``-D<variable>=<value>`` flag. You can also manually set ``CXX_STANDARD``
the ``-D<variable>=<value>`` flag. You can also manually set ``CXX_STANDARD``
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment