Skip to content

Commit

Permalink
Test: break cmake generate in a way that'll produce SOME log files.
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek committed Jan 25, 2024
1 parent 29cf920 commit d5a3005
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 d5a3005

Please sign in to comment.