Skip to content
Snippets Groups Projects
Commit c4fe3d9f authored by Grégoire Kubler's avatar Grégoire Kubler Committed by Maxence Naud
Browse files

feat : added CMAKE_CXX_STANDARD

parent bde2b395
No related branches found
No related tags found
2 merge requests!15version 0.2.0,!11feat : added ASAN support
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
......@@ -12,6 +12,7 @@ set(module_name _${project}) # target name
project(${project})
set(CXX_STANDARD 14)
##############################################
# Define options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment