Skip to content

Commit

Permalink
use c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewldesousa committed Jul 3, 2024
1 parent 92ac99f commit 7348deb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
cmake_minimum_required(VERSION 3.12)
project(backprop)

# use c++17
set(CMAKE_CXX_STANDARD 17)

# debug build by default
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Debug)
Expand Down

0 comments on commit 7348deb

Please sign in to comment.