[Kde-bindings] [Bug 167450] kdebindings 4.1 mixes up Python and Ruby bindings
Sebastian Sauer
mail at dipe.org
Sat Jul 26 00:01:28 UTC 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=167450
------- Additional Comments From mail dipe org 2008-07-26 02:01 -------
re comment #14; y, I was just on my way to post that snippet;
IF(CMAKE_MAJOR_VERSION EQUAL 2 AND CMAKE_MINOR_VERSION LESSER 6)
SET(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib/pykde)
ELSE(CMAKE_MAJOR_VERSION EQUAL 2 AND CMAKE_MINOR_VERSION LESSER 6)
SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib/pykde)
ENDIF(CMAKE_MAJOR_VERSION EQUAL 2 AND CMAKE_MINOR_VERSION LESSER 6)
(untested cause I don't have 2.4 around any longer).
More information about the Kde-bindings
mailing list