Skip to content

Commit

Permalink
Add cmake language standard flag to test
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonCampolattaro committed Jul 9, 2020
1 parent 8f0baec commit f71a767
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Octree/test/Octree/CMakeLists.txt
Expand Up @@ -4,6 +4,9 @@
cmake_minimum_required(VERSION 3.1...3.14)
project(Octree)

# TODO: I shouldn't leave this here
set(CMAKE_CXX_STANDARD 14)

find_package(CGAL REQUIRED QUIET OPTIONAL_COMPONENTS Core)

create_single_source_cgal_program("test_octree_equality.cpp")
Expand Down

0 comments on commit f71a767

Please sign in to comment.