Skip to content

Commit

Permalink
Set message prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-park committed Mar 19, 2024
1 parent 6c1c525 commit 31ecbcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ project(
LANGUAGES C
)

if(NOT PROJECT_IS_TOP_LEVEL)
list(APPEND CMAKE_MESSAGE_INDENT "[${PROJECT_NAME}] ")
endif()

include(FetchContent)
include(cmake/CheckZLIBConfig.cmake)
include(cmake/GetCPM.cmake)
Expand Down

0 comments on commit 31ecbcd

Please sign in to comment.