Skip to content

Commit e80e710

Browse files
No need to export all symbols
1 parent 589046d commit e80e710

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ else()
8989
message(FATAL_ERROR "Unsupported system.")
9090
endif()
9191

92-
if (WIN32)
93-
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
94-
endif()
95-
9692
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE BOTH)
9793
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY BOTH)
9894
# set_property(GLOBAL PROPERTY GLOBAL_DEPENDS_DEBUG_MODE 1)

0 commit comments

Comments
 (0)