Skip to content

Commit

Permalink
Revert Previous Change for OneBranch Property
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Mar 20, 2024
1 parent 6c4c427 commit bee1108
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions .azure/onebranch.props

This file was deleted.

3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ if (WIN32)
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")
set_target_properties(quicreach PROPERTIES VS_GLOBAL_UseInternalMSUniCrtPackage "true")
endif()
endif()

Expand Down

0 comments on commit bee1108

Please sign in to comment.