Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1054 C++ standard is C++17 when platform is unknown
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Eltzschig <me@elchris.org>
  • Loading branch information
elfenpiff committed Jan 30, 2022
1 parent 128724c commit f8af3af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iceoryx_hoofs/cmake/IceoryxPlatform.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ elseif(APPLE)
set(ICEORYX_CXX_STANDARD 17)
elseif(UNIX)
set(ICEORYX_CXX_STANDARD 17)
else()
set(ICEORYX_CXX_STANDARD 17)
endif()

if(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
Expand Down

0 comments on commit f8af3af

Please sign in to comment.