From fc059316968e5bdc079a2ebd84800297ecce7d2a Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Mon, 14 Jun 2010 11:23:42 -0300 Subject: GENERATOR_EXTRA_FLAGS must be a cmake string, not a cmake list. Reviewer: Luciano Wolf Marcelo Lira --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b26d1c89..ae254b2f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,7 +122,7 @@ if (NOT SITE_PACKAGE) message(FATAL_ERROR "Could not detect Python module installation directory.") endif() -set(GENERATOR_EXTRA_FLAGS --generatorSet=shiboken --enable-parent-ctor-heuristic --enable-pyside-extensions --enable-return-value-heuristic) +set(GENERATOR_EXTRA_FLAGS "--generatorSet=shiboken --enable-parent-ctor-heuristic --enable-pyside-extensions --enable-return-value-heuristic") enable_testing() -- cgit v1.2.3