Skip to content

Commit cb8b457

Browse files
authored
Add Show Selected C++ Standard (#3471)
1 parent 9bdb4eb commit cb8b457

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

indra/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ endif()
3232
if (NOT DEFINED CMAKE_CXX_STANDARD)
3333
set(CMAKE_CXX_STANDARD 20)
3434
endif()
35+
message(STATUS "Selected C++ Standard: '${CMAKE_CXX_STANDARD}'")
3536
set(CMAKE_CXX_STANDARD_REQUIRED ON)
3637

3738
include(Variables)

0 commit comments

Comments
 (0)