Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Riccardo Longo
JZCaPA
Commits
6aa991d1
Commit
6aa991d1
authored
Nov 02, 2021
by
Chad Lantz
Browse files
Added CMAKE_CXX_STANDARD=14 as default
parent
de93a207
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6aa991d1
#Basic Cmake structure created by R.Longo on 12/13/2018
project
(
JZCaPA
)
cmake_minimum_required
(
VERSION 2.8
)
if
(
NOT
"
${
CMAKE_CXX_STANDARD
}
"
)
set
(
CMAKE_CXX_STANDARD 14
)
endif
()
#aux_source_directory(. SRC_LIST)
#Colors definition for messages
...
...
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