Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kerautret committed May 2, 2020
1 parent 4b0b2d7 commit ddafaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if ( Boost_FOUND )
${Boost_LIBRAIRIES}
${Boost_PROGRAM_OPTIONS_LIBRARY} Boost::program_options)
SET(DGtalLibInc ${Boost_INCLUDE_DIRS})
## Used to avoid ld warnings
## Used to avoid ld warnings (to be removed when using CLI11 instead program_options)
if(APPLE)
set (CMAKE_CXX_FLAGS "-fvisibility=hidden")
endif(APPLE)
Expand Down

0 comments on commit ddafaec

Please sign in to comment.