Skip to content

Commit

Permalink
TMP - Remove CMAKE_CXX_STANDARD
Browse files Browse the repository at this point in the history
  • Loading branch information
GDYendell committed Apr 12, 2024
1 parent 237c16a commit d07bcca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ set(SOURCE_DIR ${EigerDetector_SOURCE_DIR})
# Require CMake version >=2.8
cmake_minimum_required(VERSION 2.8)

# Set C++11
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
# Latest log4cxx needs C++14 and this would force it to use 11
# # Set C++11
# set(CMAKE_CXX_STANDARD 11)
# set(CMAKE_CXX_STANDARD_REQUIRED ON)

# Set output directories
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
Expand Down

0 comments on commit d07bcca

Please sign in to comment.