We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c32628c + 0a5b901 commit aa79afeCopy full SHA for aa79afe
CMakeLists.txt
@@ -2,6 +2,9 @@ cmake_minimum_required(VERSION 3.5)
2
3
project(open_simulation_interface)
4
5
+# set default compiler
6
+set(CMAKE_CXX_STANDARD 11)
7
+
8
# Set a default build type if none was specified
9
set(default_build_type "Release")
10
if(EXISTS "${CMAKE_SOURCE_DIR}/.git")
0 commit comments