Skip to content

Commit 08c3294

Browse files
authored
Fix a typo
1 parent feeb14b commit 08c3294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3302,7 +3302,7 @@ function(build_crc32c_once)
33023302
fetchcontent_makeavailable(crc32c)
33033303

33043304
if(CMAKE_VERSION VERSION_LESS 3.28)
3305-
set_property(DIRECTORY ${crc32_SOURCE_DIR} PROPERTY EXCLUDE_FROM_ALL TRUE)
3305+
set_property(DIRECTORY ${crc32c_SOURCE_DIR} PROPERTY EXCLUDE_FROM_ALL TRUE)
33063306
endif()
33073307

33083308
# Create alias target for consistency (crc32c exports as Crc32c::crc32c when installed)

0 commit comments

Comments
 (0)