Skip to content

Commit

Permalink
[geogram] Update to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
simogasp committed Feb 13, 2020
1 parent 7c3a24d commit b8183de
Show file tree
Hide file tree
Showing 67 changed files with 29,613 additions and 214,889 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ include(cmake/geogram.cmake)

set(VORPALINE_VERSION_MAJOR 1)
set(VORPALINE_VERSION_MINOR 7)
set(VORPALINE_VERSION_PATCH 3)
set(VORPALINE_VERSION_PATCH 4)
set(VORPALINE_VERSION ${VORPALINE_VERSION_MAJOR}.${VORPALINE_VERSION_MINOR}.${VORPALINE_VERSION_PATCH})

set(VORPALINE_INCLUDE_SUBPATH geogram${VORPALINE_VERSION_MAJOR})
Expand Down
4 changes: 2 additions & 2 deletions cmake/platforms/Linux-gcc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ add_flags(CMAKE_CXX_FLAGS -frounding-math -ffp-contract=off)
add_flags(CMAKE_C_FLAGS -frounding-math -ffp-contract=off)

# Activate AVX2 instruction set
# add_flags(CMAKE_CXX_FLAGS -mavx2)
# add_flags(CMAKE_C_FLAGS -mavx2)
#add_flags(CMAKE_CXX_FLAGS -mavx2)
#add_flags(CMAKE_C_FLAGS -mavx2)

# Activate c++ 2011
add_flags(CMAKE_CXX_FLAGS -std=c++11)
Expand Down
3 changes: 2 additions & 1 deletion src/examples/geogram/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ add_subdirectory(opennl_LSCM)
add_subdirectory(opennl_mesh_smooth)
add_subdirectory(manifold_harmonics)
add_subdirectory(opennl_basic_example)
add_subdirectory(simple_raytrace)
add_subdirectory(simple_raytrace)
add_subdirectory(boolean_operations)
Loading

0 comments on commit b8183de

Please sign in to comment.