File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# Preamble
33########################################################################
44
5- cmake_minimum_required ( VERSION 3.24 )
5+ cmake_minimum_required ( VERSION 3.27 )
66
77set ( subproject OFF )
88if ( DEFINED PROJECT_NAME )
@@ -83,7 +83,7 @@ if( tools.python )
8383
8484 target_link_libraries ( tools.python PRIVATE tools )
8585 target_include_directories ( tools.python PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /python/src )
86- target_compile_options ( tools.python PRIVATE "-fvisibility=hidden" )
86+ set_target_properties ( tools.python PROPERTIES CXX_VISIBILITY_PRESET hidden )
8787 set_target_properties ( tools.python PROPERTIES OUTPUT_NAME tools )
8888 set_target_properties ( tools.python PROPERTIES COMPILE_DEFINITIONS "PYBIND11" )
8989 set_target_properties ( tools.python PROPERTIES POSITION_INDEPENDENT_CODE ON )
Original file line number Diff line number Diff line change 1- cmake_minimum_required ( VERSION 3.24 )
1+ cmake_minimum_required ( VERSION 3.27 )
22list (APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR} /.cmake)
33include ( shacl_FetchContent )
44#######################################################################
You can’t perform that action at this time.
0 commit comments