Skip to content

Instantly share code, notes, and snippets.

View lrineau's full-sized avatar

Laurent Rineau lrineau

View GitHub Profile
@lrineau
lrineau / linebreak.md
Created December 17, 2021 15:25
Line breaks in markdown
Hello  (<-- two spaces)
World

Hello
World


@lrineau
lrineau / CMakeLists.txt
Created September 18, 2017 15:19 — forked from jpanetta/CMakeLists.txt
CGAL::make_mesh_3 initialization bug
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.
project( failing_example_ )
cmake_minimum_required(VERSION 2.8.10)
find_package(CGAL QUIET COMPONENTS Core )
if ( CGAL_FOUND )
@lrineau
lrineau / CMakeLists.txt
Last active August 29, 2015 14:23 — forked from petersadro/backtrace
Bug in CD_plus_2<CDT_2> with exact kernel and the exact construction tag
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.
project( gist-1a3b2ade8e7bc660aed9_ )
cmake_minimum_required(VERSION 2.6.2)
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" VERSION_GREATER 2.6)
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}" VERSION_GREATER 2.8.3)
cmake_policy(VERSION 2.8.4)