Skip to content

Commit

Permalink
merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
kerautret committed Apr 14, 2020
2 parents 8de9458 + 1564976 commit fcab5f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ if ( Boost_FOUND )
${Boost_LIBRAIRIES}
${Boost_PROGRAM_OPTIONS_LIBRARY} Boost::program_options)
SET(DGtalLibInc ${Boost_INCLUDE_DIRS})
## Used to avoid ld warnings
if(APPLE)
set (CMAKE_CXX_FLAGS "-fvisibility=hidden")
endif(APPLE)
endif( Boost_FOUND )


Expand Down
4 changes: 3 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
[#356](https://github.com/DGtal-team/DGtalTools/pull/356))
- set cmake based CPP11 check instead the manual DGtal check. (Bertrand
Kerautret [#364](https://github.com/DGtal-team/DGtalTools/pull/364))

- fix ld boost program options macos warnings.
Kerautret [#366](https://github.com/DGtal-team/DGtalTools/pull/366))

- *volumetric:
- Passing argument by const reference in (min|max|mean)Val of volSubSample.
(Roland Denis, [#359](https://github.com/DGtal-team/DGtalTools/pull/359/files))
Expand Down

0 comments on commit fcab5f2

Please sign in to comment.