mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
[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.
This commit is contained in:
parent
fe4354e5ed
commit
585321181d
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue