File tree Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,6 @@ configure_file(
70
70
"${CMAKE_CURRENT_BINARY_DIR} /cmake_uninstall.cmake"
71
71
IMMEDIATE @ONLY )
72
72
73
- add_custom_target (uninstall
74
- COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR} /cmake_uninstall.cmake )
75
-
76
-
77
73
install (FILES
78
74
"${CMAKE_CURRENT_BINARY_DIR} /sigc++config.h"
79
75
DESTINATION
@@ -110,13 +106,3 @@ configure_package_config_file (
110
106
"${PROJECT_CONFIG} "
111
107
INSTALL_DESTINATION "${CONFIG_INSTALL_DIR} "
112
108
)
113
-
114
- install (
115
- FILES "${PROJECT_CONFIG} " "${VERSION_CONFIG} "
116
- DESTINATION "${CONFIG_INSTALL_DIR} "
117
- )
118
-
119
- install (
120
- EXPORT "${TARGETS_EXPORT_NAME} "
121
- DESTINATION "${CONFIG_INSTALL_DIR} "
122
- )
Original file line number Diff line number Diff line change 16
16
# if defined(_MSC_VER)
17
17
# define SIGC_MSC 1
18
18
# define SIGC_WIN32 1
19
- # define SIGC_DLL 1
20
19
# elif defined(__CYGWIN__)
21
20
# define SIGC_CONFIGURE 1
22
21
# elif defined(__MINGW32__)
Original file line number Diff line number Diff line change 16
16
# if defined(_MSC_VER )
17
17
# define SIGC_MSC 1
18
18
# define SIGC_WIN32 1
19
- # define SIGC_DLL 1
20
19
# elif defined(__CYGWIN__ )
21
20
# define SIGC_CONFIGURE 1
22
21
# elif defined(__MINGW32__ )
You can’t perform that action at this time.
0 commit comments