forked from cromer/pamac-classic
cleanup old cmake includes
This commit is contained in:
parent
57ba63f87f
commit
c624d5f741
@ -256,5 +256,5 @@ end
|
||||
*pixmap: data/pixmaps/package-upgrade.png
|
||||
|
||||
# These depends are needed to enable parallel builds
|
||||
include: src/pamac-manager/CMakeDepends.txt
|
||||
include: src/CMakeSymlinks.txt
|
||||
|
||||
|
@ -143,4 +143,4 @@ install(CODE "MESSAGE (\"
|
||||
* Run 'sudo ldconfig' to complete installation *
|
||||
************************************************
|
||||
|
||||
\") " )
|
||||
\") " )include(${CMAKE_CURRENT_SOURCE_DIR}/CMakeSymlinks.txt)
|
||||
|
@ -1 +0,0 @@
|
||||
add_dependencies(pamac-install Pamac)
|
@ -91,4 +91,3 @@ if(HAVE_VALADOC)
|
||||
${CMAKE_INSTALL_DATAROOTDIR}/doc/pamac
|
||||
)
|
||||
endif()
|
||||
include(${CMAKE_CURRENT_SOURCE_DIR}/CMakeDepends.txt)
|
||||
|
@ -1 +0,0 @@
|
||||
add_dependencies(pamac-system-daemon AUR Pamac)
|
@ -1 +0,0 @@
|
||||
add_dependencies(pamac-tray Pamac AUR)
|
@ -1 +0,0 @@
|
||||
add_dependencies(pamac-user-daemon Pamac AUR)
|
Loading…
Reference in New Issue
Block a user