Skip to content

Commit cfdbd7b

Browse files
committed
What the fuck
1 parent 72fe023 commit cfdbd7b

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

CMakeLists.txt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ configure_file(
7070
"${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
7171
IMMEDIATE @ONLY)
7272

73-
add_custom_target(uninstall
74-
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
75-
76-
7773
install (FILES
7874
"${CMAKE_CURRENT_BINARY_DIR}/sigc++config.h"
7975
DESTINATION
@@ -110,13 +106,3 @@ configure_package_config_file (
110106
"${PROJECT_CONFIG}"
111107
INSTALL_DESTINATION "${CONFIG_INSTALL_DIR}"
112108
)
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-
)

sigc++config.h.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
# if defined(_MSC_VER)
1717
# define SIGC_MSC 1
1818
# define SIGC_WIN32 1
19-
# define SIGC_DLL 1
2019
# elif defined(__CYGWIN__)
2120
# define SIGC_CONFIGURE 1
2221
# elif defined(__MINGW32__)

sigc++config.h.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
# if defined(_MSC_VER)
1717
# define SIGC_MSC 1
1818
# define SIGC_WIN32 1
19-
# define SIGC_DLL 1
2019
# elif defined(__CYGWIN__)
2120
# define SIGC_CONFIGURE 1
2221
# elif defined(__MINGW32__)

0 commit comments

Comments
 (0)