Skip to content

Commit

Permalink
Added compiler path message
Browse files Browse the repository at this point in the history
  • Loading branch information
capo-at-the-5th-fret committed Nov 18, 2024
1 parent 261a790 commit ba3af39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ project(caff
# https://stackoverflow.com/questions/48026483/setting-cmake-cxx-standard-to-various-values
set(CMAKE_CXX_STANDARD 23 CACHE STRING "C++ standard to be used")

message(STATUS "C++ compiler: ${CMAKE_CXX_COMPILER}")

add_subdirectory(include)

if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
Expand Down

0 comments on commit ba3af39

Please sign in to comment.