We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feeb14b commit 08c3294Copy full SHA for 08c3294
cpp/cmake_modules/ThirdpartyToolchain.cmake
@@ -3302,7 +3302,7 @@ function(build_crc32c_once)
3302
fetchcontent_makeavailable(crc32c)
3303
3304
if(CMAKE_VERSION VERSION_LESS 3.28)
3305
- set_property(DIRECTORY ${crc32_SOURCE_DIR} PROPERTY EXCLUDE_FROM_ALL TRUE)
+ set_property(DIRECTORY ${crc32c_SOURCE_DIR} PROPERTY EXCLUDE_FROM_ALL TRUE)
3306
endif()
3307
3308
# Create alias target for consistency (crc32c exports as Crc32c::crc32c when installed)
0 commit comments