set cpp+20

This commit is contained in:
Matthew Kennedy 2023-11-03 22:19:54 -07:00
parent a777791fc4
commit 35c8a7d22b
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ if(APPLE)
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64")
endif(APPLE)
set(CXX_STANDARD 20)
# Set OpenBLT library related directory locations
set(LIBOPENBLT_LIB ${PROJECT_SOURCE_DIR}/../../firmware/ext/openblt/Host/)
set(LIBOPENBLT_INC ${LIBOPENBLT_LIB}/Source/LibOpenBLT)