repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git]
/
kio-upnp-ms
/
CMakeLists-build-fix.patch
blob
2bbbea7b356bd6a88dee885eda3b71ba893b4832
1
--- a/CMakeLists.txt
2
+++ b/CMakeLists.txt
3
@@ -1,4 +1,7 @@
4
PROJECT( kio_upnp_ms )
5
+
6
+set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules )
7
+
8
FIND_PACKAGE(KDE4 REQUIRED)
9
set(KIO_UPNP_MS_MAJOR_VERSION "0")
10
set(KIO_UPNP_MS_MINOR_VERSION "8")