Skip to content

Commit

Permalink
adding version of c++ to examples CMAkeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
plooney committed Jan 8, 2019
1 parent 13ccd45 commit e1fa93e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
cmake_policy(VERSION 3.10.2)
set(CMAKE_CXX_STANDARD 14)

project(ITK3DUltrasound)

Expand Down

0 comments on commit e1fa93e

Please sign in to comment.