You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/nmapsi/files/nmapsi-0.4.1-kdelibs-4.14.1...

23 lines
770 B

The uninstall target is created automatically by FindKDE4Internal. Due to
cmake policy changes in kdelibs-4.14.11, this target name collision causes
a build failure.
https://bugs.gentoo.org/show_bug.cgi?id=558574
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -35,13 +35,6 @@
add_subdirectory( src )
-CONFIGURE_FILE( "${PROJECT_SOURCE_DIR}/cmake_uninstall.cmake.in"
- "${PROJECT_BINARY_DIR}/cmake_uninstall.cmake"
- IMMEDIATE @ONLY )
-
-ADD_CUSTOM_TARGET( uninstall
- "${CMAKE_COMMAND}" -P "${PROJECT_BINARY_DIR}/cmake_uninstall.cmake" )
-
message("-------------------------------------------------------------------")
message(" Required for build: qt4-dev (>>= 4.6) ")
message(" Required for runtime: nmap+nping ( >= 6.00 ), dig ")