You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Error at source/adios2/CMakeLists.txt:490 (set_target_properties):
INTERFACE_LIBRARY targets may only have whitelisted properties. The
property "VERSION" is not allowed.
CMake Error at source/adios2/CMakeLists.txt:490 (set_target_properties):
INTERFACE_LIBRARY targets may only have whitelisted properties. The
property "SOVERSION" is not allowed.
due to these lines in source/adios2/CMakeLists.txt
set_target_properties(
adios2_core ${maybe_adios2_core_mpi}
PROPERTIES
VERSION ${ADIOS2_LIBRARY_VERSION}
SOVERSION ${ADIOS2_LIBRARY_SOVERSION}
)
The text was updated successfully, but these errors were encountered:
The build fails on my mac
due to these lines in
source/adios2/CMakeLists.txt
The text was updated successfully, but these errors were encountered: