Skip to content

Commit

Permalink
Removed dynamic lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dialpuri committed Sep 6, 2024
1 parent 05870a1 commit 5dfeba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ set(privateer_HEADERS
${PRIVATEER_SOURCE_DIR}/cpp/privateer-cryo_em.h
)

set_target_properties(privateer_core PROPERTIES LINK_FLAGS "-undefined dynamic_lookup")
set_target_properties(privateer_modelling PROPERTIES LINK_FLAGS "-undefined dynamic_lookup")
# set_target_properties(privateer_core PROPERTIES LINK_FLAGS "-undefined dynamic_lookup")
# set_target_properties(privateer_modelling PROPERTIES LINK_FLAGS "-undefined dynamic_lookup")

# set_target_properties(privateer_exec PROPERTIES PUBLIC_HEADER "${privateer_HEADERS}")
set(PRIVATEER_SOURCE ${PRIVATEER_SOURCE_DIR}/cpp/privateer.cpp)
Expand Down

0 comments on commit 5dfeba0

Please sign in to comment.