Skip to content

Commit

Permalink
Add missing IMPORTED
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 4, 2024
1 parent 2f5efaa commit 03f2f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4601,7 +4601,7 @@ function(build_orc)
TRUE
PARENT_SCOPE)

add_library(orc::orc INTERFACE)
add_library(orc::orc INTERFACE IMPORTED)
target_link_libraries(orc::orc INTERFACE orc)
target_include_directories(orc::orc INTERFACE "${orc_BINARY_DIR}/c++/include"
"${orc_SOURCE_DIR}/c++/include")
Expand Down

0 comments on commit 03f2f41

Please sign in to comment.