We sued to build the library with
cmake -GNinja ..
ninja install
at conda-forge but it seems like the shared library was removed in
3a3b945#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a
add_library(SafeInt INTERFACE)
target_include_directories(SafeInt INTERFACE .)
install(FILES SafeInt.hpp DESTINATION include)
install(FILES LICENSE DESTINATION share)
is there a reason this target was removed? what is the suggested way for installation today?
xref: conda-forge/safeint-feedstock#6
We sued to build the library with
at conda-forge but it seems like the shared library was removed in
3a3b945#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a
is there a reason this target was removed? what is the suggested way for installation today?
xref: conda-forge/safeint-feedstock#6