Просмотр исходного кода

Commented out specified c++ standard (supported std=c++11,14,17)

PeterParfenov лет назад: 3
Родитель
Сommit
d7fd59750e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      CMakeLists.txt

+ 2 - 2
CMakeLists.txt

@@ -42,7 +42,7 @@ include(${ROOT_USE_FILE})
 #   message(FATAL_ERROR "PicoDst is NOT found! Make sure you have sourced setPicoDst.sh")
 #   message(FATAL_ERROR "PicoDst is NOT found! Make sure you have sourced setPicoDst.sh")
 # endif()
 # endif()
 
 
-set (CMAKE_CXX_STANDARD 11)
+#set (CMAKE_CXX_STANDARD 11)
 add_definitions(${ROOT_CXX_FLAGS})
 add_definitions(${ROOT_CXX_FLAGS})
 
 
 set(CMAKE_BUILD_TYPE Debug)
 set(CMAKE_BUILD_TYPE Debug)
@@ -131,4 +131,4 @@ set_target_properties(MpdFlow PROPERTIES
 )
 )
 
 
 #---Compile executables
 #---Compile executables
-add_subdirectory(bin)
+add_subdirectory(bin)