Skip to content

Commit d5a3005

Browse files
committed
Test: break cmake generate in a way that'll produce SOME log files.
1 parent 29cf920 commit d5a3005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/core/azure-core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include(AzureConfigRTTI)
2323
# Add create_map_file function
2424
include(CreateMapFile)
2525

26-
find_package(Threads REQUIRED)
26+
find_package(INVALID_REQUIREMENT_PRODUCE_CMAKE_GENERATE_ERROR_Threads REQUIRED)
2727

2828
if(BUILD_TRANSPORT_CURL)
2929
find_package(CURL CONFIG QUIET)

0 commit comments

Comments
 (0)