Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dogun-anduril authored Dec 3, 2024
1 parent 17cf164 commit f6ee4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include(CMakePackageConfigHelpers)
cmake_minimum_required(VERSION 3.16)
project(lattice-sdk-cpp LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED on)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(ABSL_PROPAGATE_CXX_STD ON)
Expand All @@ -25,4 +25,4 @@ target_include_directories(${PROJECT_NAME}
# Find system-installed gRPC and Protobuf libraries
find_package(Protobuf 29.0.0 CONFIG REQUIRED)

target_link_libraries(${PROJECT_NAME} PUBLIC protobuf::libprotobuf anduril-sdk-cpp)
target_link_libraries(${PROJECT_NAME} PUBLIC protobuf::libprotobuf)

0 comments on commit f6ee4fb

Please sign in to comment.