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
set(CMAKE_CXX_STANDARD 11 CACHESTRING"target C++ standard")
from set(CMAKE_CXX_STANDARD 11 CACHE STRING "target C++ standard")
to set(CMAKE_CXX_STANDARD 17 CACHE STRING "target C++ standard")
see: arangodb/fuerte#27
The text was updated successfully, but these errors were encountered:
Problem with fuerte can be solved changing
velocypack/CMakeLists.txt
Line 6 in d11b92e
from set(CMAKE_CXX_STANDARD 11 CACHE STRING "target C++ standard")
to set(CMAKE_CXX_STANDARD 17 CACHE STRING "target C++ standard")
see: arangodb/fuerte#27
The text was updated successfully, but these errors were encountered: