Set C++ feature level for ACSVM to 17

This commit is contained in:
Eidolon 2025-04-08 09:22:33 -05:00
parent 138d27f1b4
commit 62e35c4f55

View file

@ -75,6 +75,7 @@ add_library(acsvm ${ACSVM_SHARED_DECL}
Types.hpp
Vector.hpp
)
target_compile_features(acsvm PRIVATE cxx_std_17)
ACSVM_INSTALL_LIB(acsvm)