aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-03-23 14:08:25 -0300
committerHugo Lima <hugo.lima@openbossa.org>2010-03-23 14:08:25 -0300
commit78112558da7a6d04ca2e0a40148cbf2ced2943fe (patch)
treeaded9f312c505a8c11d8740a02b4587364372bb1 /CMakeLists.txt
parent7351d403cfa0df55923ebd46817818cedbac877d (diff)
pyside-tools doesn't need the PySide package.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3cfb45f..1dc7055 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,6 @@ project(pyside-tools)
find_package(PythonInterp REQUIRED)
find_package(Qt4 4.5.0 REQUIRED)
-find_package(PySide 0.2.1 REQUIRED)
enable_testing()