From 585321181d1f7573813ed8083a06118ab1d6a6a2 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 31 Dec 2017 13:11:45 +0100 Subject: [PATCH] [cmake] Remove build_fish_pc target The dependency on fish.pc just does not work. This still installs the pc file with the proper version, so it should work. --- cmake/Install.cmake | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cmake/Install.cmake b/cmake/Install.cmake index cce5404fc..c492c0fe6 100644 --- a/cmake/Install.cmake +++ b/cmake/Install.cmake @@ -114,8 +114,6 @@ FISH_CREATE_DIRS(${rel_datadir}/pkgconfig ${extra_completionsdir} set(fish_build_version ${FISH_BUILD_VERSION}) CONFIGURE_FILE(fish.pc.in fish.pc) -ADD_CUSTOM_TARGET(build_fish_pc ALL DEPENDS fish.pc) - INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/fish.pc DESTINATION ${rel_datadir}/pkgconfig) @@ -180,7 +178,7 @@ INSTALL(FILES ${MANUALS} DESTINATION ${mandir}/man1/ OPTIONAL) INSTALL(FILES share/lynx.lss DESTINATION ${rel_datadir}/fish/) # Group install targets into a InstallTargets folder -SET_PROPERTY(TARGET build_fish_pc +SET_PROPERTY(TARGET test_invocation test_fishscript test_prep tests_buildroot_target build_lexicon_filter