Skip to content

Commit

Permalink
Reapply "Test: break cmake generate in a way that'll produce SOME log…
Browse files Browse the repository at this point in the history
… files."

This reverts commit 582629a.
  • Loading branch information
danieljurek committed Feb 6, 2024
1 parent 37d54d0 commit 7a35250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/core/azure-core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ include(AzureConfigRTTI)
# Add create_map_file function
include(CreateMapFile)

find_package(Threads REQUIRED)
find_package(INVALID_REQUIREMENT_PRODUCE_CMAKE_GENERATE_ERROR_Threads REQUIRED)

if(BUILD_TRANSPORT_CURL)
find_package(CURL CONFIG QUIET)
Expand Down

0 comments on commit 7a35250

Please sign in to comment.