Skip to content

Commit

Permalink
Fix namespace indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonCampolattaro committed Jul 8, 2020
1 parent f7df4a1 commit dc73062
Show file tree
Hide file tree
Showing 7 changed files with 767 additions and 767 deletions.
6 changes: 3 additions & 3 deletions Octree/benchmark/Octree/CMakeLists.txt
Expand Up @@ -2,9 +2,9 @@
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.1...3.14)
project( Octree )
project(Octree)

find_package(CGAL REQUIRED QUIET OPTIONAL_COMPONENTS Core )
find_package(CGAL REQUIRED QUIET OPTIONAL_COMPONENTS Core)

create_single_source_cgal_program( "bench.cpp" )
create_single_source_cgal_program("bench.cpp")

0 comments on commit dc73062

Please sign in to comment.