Skip to content

Commit

Permalink
[geogram] Update to 1.7.0
Browse files Browse the repository at this point in the history
simogasp committed Jul 13, 2019
1 parent 4d9137d commit 9819658
Showing 197 changed files with 41,422 additions and 89,689 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -47,8 +47,8 @@ endif()
include(cmake/geogram.cmake)

set(VORPALINE_VERSION_MAJOR 1)
set(VORPALINE_VERSION_MINOR 6)
set(VORPALINE_VERSION_PATCH 13)
set(VORPALINE_VERSION_MINOR 7)
set(VORPALINE_VERSION_PATCH 0)
set(VORPALINE_VERSION ${VORPALINE_VERSION_MAJOR}.${VORPALINE_VERSION_MINOR}.${VORPALINE_VERSION_PATCH})

set(VORPALINE_INCLUDE_SUBPATH geogram${VORPALINE_VERSION_MAJOR})
Empty file added README.txt
Empty file.
4 changes: 2 additions & 2 deletions cmake/platforms/Darwin-clang.cmake
Original file line number Diff line number Diff line change
@@ -112,8 +112,8 @@ macro(vor_add_executable)
if(NOT VORPALINE_BUILD_DYNAMIC)
# Create a statically linked executable
# Link with static libraries
add_flags(CMAKE_CXX_FLAGS -static)
add_flags(CMAKE_C_FLAGS -static)
# add_flags(CMAKE_CXX_FLAGS -static)
# add_flags(CMAKE_C_FLAGS -static)
endif()

add_executable(${ARGN})
Loading

0 comments on commit 9819658

Please sign in to comment.