Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GILLES Sebastien
GettingStartedWithModernCpp
Commits
c15f50a1
Commit
c15f50a1
authored
May 24, 2019
by
GILLES Sebastien
Browse files
Remove the hardcoded clang reference in CMake for TP.
parent
d73711c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/Settings.cmake
View file @
c15f50a1
...
...
@@ -20,7 +20,5 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
endif
()
set
(
CMAKE_CXX_COMPILER clang++ CACHE STRING
"C++ compiler"
)
set
(
CMAKE_C_COMPILER clang CACHE STRING
"C compiler"
)
set
(
CMAKE_CXX_STANDARD 17 CACHE INTEGER
"Version of the C++ standard to use"
)
set
(
CMAKE_CXX_EXTENSIONS OFF CACHE BOOL
"If ON the GNU version of the standard is used."
)
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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