Skip to content

Commit

Permalink
Enable -fPIC for bindings
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
  • Loading branch information
burgholzer committed Jan 19, 2021
1 parent a486839 commit ffddbfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion extern/qfr
Submodule qfr updated from 92c82d to be35b7
1 change: 1 addition & 0 deletions jkq/qcec/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pybind11_add_module(py${PROJECT_NAME} bindings.cpp)
target_link_libraries(py${PROJECT_NAME} PUBLIC ${PROJECT_NAME} JKQ::pyqfr pybind11_json)
set_target_properties(${PROJECT_NAME} PROPERTIES POSITION_INDEPENDENT_CODE TRUE)

0 comments on commit ffddbfb

Please sign in to comment.