Skip to content

Commit

Permalink
Merge pull request #38 from cpp-best-practices/fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Dec 13, 2021
2 parents 06885b0 + 35191b0 commit 0358aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StandardProjectSettings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ if(NOT "${CMAKE_CXX_STANDARD}")
set(CXX_LATEST_STANDARD 11)
endif()
message(
WARNING
"The default CMAKE_CXX_STANDARD used by external tools like clang-tidy and cppcheck is not set yet. Using the latest supported C++ standard that is ${CXX_LATEST_STANDARD}"
STATUS
"The default CMAKE_CXX_STANDARD used by external targets and tools is not set yet. Using the latest supported C++ standard that is ${CXX_LATEST_STANDARD}"
)
set(CMAKE_CXX_STANDARD ${CXX_LATEST_STANDARD})
endif()
Expand Down

0 comments on commit 0358aac

Please sign in to comment.