Three out of twelve test currently fail, two of them because they import port's own Python bits which are not yet installed, and there is no trick like LD_LIBRARY_PATH for C tests to the rescue. Reported by: portscout
11 lines
370 B
Plaintext
11 lines
370 B
Plaintext
--- src/lib/CMakeLists.txt.orig 2021-06-07 16:43:45 UTC
|
|
+++ src/lib/CMakeLists.txt
|
|
@@ -44,6 +44,7 @@ add_library(partio ${PARTIO_LIBRARY_TYPE} ${io_cpp} ${
|
|
set_target_properties(partio PROPERTIES
|
|
OUTPUT_NAME partio
|
|
POSITION_INDEPENDENT_CODE ON
|
|
+ VERSION ${CMAKE_PROJECT_VERSION}
|
|
SOVERSION ${PARTIO_VERSION_MAJOR})
|
|
|
|
target_include_directories(partio
|