Skip to content

Commit f0d39b7

Browse files
committed
fmt
1 parent 8779c20 commit f0d39b7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cmake_modules/IcebergThirdpartyToolchain.cmake

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -581,16 +581,8 @@ function(resolve_cpr_dependency)
581581
cpr
582582
CONFIG)
583583

584-
# Create a custom install command that does nothing
585-
# function(install)
586-
# # Do nothing - effectively disables install
587-
# endfunction()
588-
589584
fetchcontent_makeavailable(cpr)
590585

591-
# Restore the original install function
592-
# unset(install)
593-
594586
if(cpr_SOURCE_DIR)
595587
if(NOT TARGET cpr::cpr)
596588
add_library(cpr::cpr INTERFACE IMPORTED)

0 commit comments

Comments
 (0)