Skip to content

Commit 72fe023

Browse files
committed
Cmake change
1 parent d806222 commit 72fe023

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ enable_testing()
8989

9090

9191
add_subdirectory (sigc++)
92-
add_subdirectory (examples)
93-
add_subdirectory (tests)
9492

9593

9694
set (PROJECT_CMAKE_NAME "${PROJECT_NAME}-3")

sigc++/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set (SOURCE_FILES
2323

2424
set (SIGCPP_LIB_NAME sigc-${SIGCXX_API_VERSION})
2525

26-
add_library(${SIGCPP_LIB_NAME} SHARED ${SOURCE_FILES})
26+
add_library(${SIGCPP_LIB_NAME} STATIC ${SOURCE_FILES})
2727

2828
set_property (TARGET ${SIGCPP_LIB_NAME} PROPERTY VERSION ${PACKAGE_VERSION})
2929
set_property(TARGET ${SIGCPP_LIB_NAME} PROPERTY SOVERSION ${LIBSIGCPP_SOVERSION})

0 commit comments

Comments
 (0)