mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Set C++ feature level for ACSVM to 17
This commit is contained in:
parent
138d27f1b4
commit
62e35c4f55
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue