Skip to content

Commit

Permalink
revert changes in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat authored Sep 3, 2023
1 parent a257c7c commit 407feb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ include(compilers)
# Detect is certain attributes are supported by the compiler
include(attribute_support)


# Set default symbol visibility to hidden
set(CMAKE_C_VISIBILITY_PRESET hidden)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
Expand All @@ -63,7 +62,6 @@ option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
include(debugging)
include(sanitizers)


# Add version information
configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/include/igraph_version.h.in
Expand Down

0 comments on commit 407feb2

Please sign in to comment.