Skip to content

Commit

Permalink
CMAKE_CXX_STANDARD from 11 to 17 for TEENSYDUINO >= 159
Browse files Browse the repository at this point in the history
  • Loading branch information
newdigate committed Nov 26, 2023
1 parent dc401ed commit c4793a8
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
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.0)
project(teensy_cmake_macros)
set(teensy_cmake_macros_VERSION 1.0.2)
set(teensy_cmake_macros_VERSION 1.0.3)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)

set(LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib/teensy_cmake_macros )

Expand Down

0 comments on commit c4793a8

Please sign in to comment.