Skip to content

Commit

Permalink
fix: fix ppam compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivacyGo committed Sep 5, 2023
1 parent abc83a1 commit 9847a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppam/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,9 @@ if(NOT PPAM_BUILD_SHARED_LIBS)
target_include_directories(ppam PUBLIC
$<BUILD_INTERFACE:$<TARGET_PROPERTY:${dpca_psi},INTERFACE_INCLUDE_DIRECTORIES>>
$<INSTALL_INTERFACE:${DPCA_PSI_INCLUDES_INSTALL_DIR}>)
target_link_libraries(ppam PUBLIC ${dpca_psi})
endif()
set(PPAM_CARRY_DPCA_PSI FALSE)
target_link_libraries(ppam PUBLIC ${dpca_psi})

if(PPAM_BUILD_EIGEN)
add_dependencies(ppam Eigen3::Eigen)
Expand Down

0 comments on commit 9847a2b

Please sign in to comment.