mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-10 12:44:57 -05:00
fix: link runtime lib with dfruntime
there is no symbol referenced in the runtime lib that is in dfruntime, but it is needed during execution when code gets generated using dfruntime functions
This commit is contained in:
@@ -17,7 +17,6 @@ target_link_libraries(
|
||||
support_unit_test
|
||||
gtest_main
|
||||
ConcretelangClientLib
|
||||
ConcretelangSupport
|
||||
)
|
||||
|
||||
include(GoogleTest)
|
||||
|
||||
Reference in New Issue
Block a user