Skip to content

Commit

Permalink
Add CMake debug logs for fetchcontent_makeavailable(orc)
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jan 29, 2025
1 parent cec60be commit 1ea292b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4674,7 +4674,9 @@ function(build_orc)
OFF
CACHE BOOL "" FORCE)

set(CMAKE_FIND_DEBUG_MODE TRUE)
fetchcontent_makeavailable(orc)
set(CMAKE_FIND_DEBUG_MODE FALSE)

add_library(orc::orc INTERFACE IMPORTED)
target_link_libraries(orc::orc INTERFACE orc)
Expand Down

0 comments on commit 1ea292b

Please sign in to comment.