aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-02-05 16:02:52 +0100
committerRoman Lacko <backup.rlacko@gmail.com>2013-02-05 16:02:52 +0100
commit02d32fab93b18d67ebcf7d307ac12767eb4eb35a (patch)
treeda6c0f9d3b784f1b11f2147df7be0740abe7049d
parent6d18ae7a282ef9e810c615f5101a681c084dd184 (diff)
use real path to cmake, this fixes bug PYSIDE-99
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a2901acf9..49f2b1783 100644
--- a/setup.py
+++ b/setup.py
@@ -434,7 +434,7 @@ class pyside_build(_build):
# Build module
cmake_cmd = [
- "cmake",
+ OPTION_CMAKE,
"-G", self.make_generator,
"-DQT_QMAKE_EXECUTABLE=%s" % self.qmake_path,
"-DBUILD_TESTS=False",