File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33cmake_minimum_required (VERSION 3.9...3.31 )
44
5+ option (AWS_CRT_DISABLE_DEPRECATION_WARNINGS "Set this to silence [[deprecated]] warnings coming from aws-crt-cpp headers" OFF )
6+ if (AWS_CRT_DISABLE_DEPRECATION_WARNINGS)
7+ add_compile_definitions (AWS_CRT_DISABLE_DEPRECATION_WARNINGS )
8+ endif ()
9+
510project (IotJobs-cpp LANGUAGES CXX VERSION ${SIMPLE_VERSION} )
611
712set (GENERATED_ROOT_DIR "${CMAKE_CURRENT_BINARY_DIR} /generated" )
Original file line number Diff line number Diff line change 22
33cmake_minimum_required (VERSION 3.9...3.31 )
44
5+ option (AWS_CRT_DISABLE_DEPRECATION_WARNINGS "Set this to silence [[deprecated]] warnings coming from aws-crt-cpp headers" OFF )
6+ if (AWS_CRT_DISABLE_DEPRECATION_WARNINGS)
7+ add_compile_definitions (AWS_CRT_DISABLE_DEPRECATION_WARNINGS )
8+ endif ()
9+
510project (IotShadow-cpp LANGUAGES CXX VERSION ${SIMPLE_VERSION} )
611
712set (GENERATED_ROOT_DIR "${CMAKE_CURRENT_BINARY_DIR} /generated" )
You can’t perform that action at this time.
0 commit comments