Skip to content

Commit

Permalink
[geogram] Update to 1.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
simogasp committed Jun 12, 2019
1 parent 1f34fcb commit 4d9137d
Show file tree
Hide file tree
Showing 47 changed files with 71,372 additions and 37,644 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 6)
set(VORPALINE_VERSION_PATCH 12)
set(VORPALINE_VERSION_PATCH 13)
set(VORPALINE_VERSION ${VORPALINE_VERSION_MAJOR}.${VORPALINE_VERSION_MINOR}.${VORPALINE_VERSION_PATCH})

set(VORPALINE_INCLUDE_SUBPATH geogram${VORPALINE_VERSION_MAJOR})
Expand Down
2 changes: 0 additions & 2 deletions cmake/platforms/Linux-gcc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ set(FULL_WARNINGS
execute_process(COMMAND ${CMAKE_C_COMPILER} -dumpversion OUTPUT_VARIABLE GCC_VERSION)

if (GCC_VERSION VERSION_GREATER 4.3 OR GCC_VERSION VERSION_EQUAL 4.3)
message(STATUS "GCC version >= 4.3, activating sign conversion warnings")
set(FULL_WARNINGS ${FULL_WARNINGS} -Wsign-conversion)
endif()

if (GCC_VERSION VERSION_GREATER 4.6 OR GCC_VERSION VERSION_EQUAL 4.6)
message(STATUS "GCC version >= 4.6, activating double promotion warnings")
set(FULL_WARNINGS ${FULL_WARNINGS} -Wdouble-promotion)
endif()

Expand Down
Loading

0 comments on commit 4d9137d

Please sign in to comment.