Skip to content

Commit

Permalink
Print curent build type
Browse files Browse the repository at this point in the history
  • Loading branch information
bernedom committed Jul 1, 2024
1 parent 0301e98 commit d4aea19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chapter02/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ project(
LANGUAGES CXX
)

message(STATUS "Current build type is `${CMAKE_BUILD_TYPE}`")

# Option to exclude driver application from build.
set(CHAPTER2_BUILD_DRIVER_APPLICATION
TRUE
Expand Down

0 comments on commit d4aea19

Please sign in to comment.