Skip to content

Commit

Permalink
Fix build of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasmeszaros committed Nov 16, 2022
1 parent ad29d99 commit 663daa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1)

project(Libnest2D_example)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED)

message(STATUS "PREFIX PATH = ${CMAKE_PREFIX_PATH}")
Expand Down

0 comments on commit 663daa6

Please sign in to comment.