Skip to content

Commit

Permalink
Add a message output
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Mar 20, 2024
1 parent 0502c3a commit 003ee93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ if (WIN32)
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
set(CMAKE_SHARED_LINKER_FLAGS_RELEASE "${CMAKE_SHARED_LINKER_FLAGS_RELEASE} /NODEFAULTLIB:libucrt.lib /DEFAULTLIB:ucrt.lib")
if(REACH_ONEBRANCH)
message(STATUS "Configured for OneBranch builds")
configure_file(.azure/onebranch.props ${CMAKE_CURRENT_BINARY_DIR}/custom_props.props COPYONLY)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /p:ForceImportBeforeCppTargets=${CMAKE_BINARY_DIR}/custom_props.props")
endif()
Expand Down

0 comments on commit 003ee93

Please sign in to comment.