Skip to content

Commit

Permalink
Fix another python library variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Aug 16, 2024
1 parent f247932 commit e5b6c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(CALIN_SOURCES string.cpp file.cpp log.cpp

add_library(${CALIN_TARGET_LIBRARY} SHARED ${CALIN_SOURCES})
target_link_libraries(${CALIN_TARGET_LIBRARY} ${PROTOBUF_LIBRARY} calin_proto_util calin_proto
${PYTHON_LIBRARIES})
${Python3_LIBRARIES})

add_library(${CALIN_TARGET_LIBRARY}_native SHARED string.cpp)
target_compile_options(${CALIN_TARGET_LIBRARY}_native PUBLIC -march=native)
Expand Down

0 comments on commit e5b6c3f

Please sign in to comment.