Fix build errors on OSX

This commit is contained in:
Traun Leyden 2021-01-21 22:53:32 -08:00 committed by GitHub
parent ab9eb3d104
commit 0460ff4372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ add_subdirectory(
EXCLUDE_FROM_ALL
)
set(CMAKE_CXX_STANDARD 11)
add_executable(minimal
minimal.cc
)