We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8779c20 commit f0d39b7Copy full SHA for f0d39b7
1 file changed
cmake_modules/IcebergThirdpartyToolchain.cmake
@@ -581,16 +581,8 @@ function(resolve_cpr_dependency)
581
cpr
582
CONFIG)
583
584
- # Create a custom install command that does nothing
585
- # function(install)
586
- # # Do nothing - effectively disables install
587
- # endfunction()
588
-
589
fetchcontent_makeavailable(cpr)
590
591
- # Restore the original install function
592
- # unset(install)
593
594
if(cpr_SOURCE_DIR)
595
if(NOT TARGET cpr::cpr)
596
add_library(cpr::cpr INTERFACE IMPORTED)
0 commit comments