aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ehresman <jpe@wingware.com>2012-12-11 12:53:24 -0500
committerHugo Parente Lima <hugo.lima@openbossa.org>2012-12-11 19:33:10 +0100
commitfdf8e4b70e2a82cda581ceae06a1c98fb20114f0 (patch)
treed460f29065cc44912dce4672251b902b243fb186
parenteb293c2839cfbc726f0e085e1435c94b6f6561f9 (diff)
Find python3 libraries when built with pydebug enabled
Change-Id: I5ab48078f8a4468865bc0a961f78d2d578b8f81c Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
-rw-r--r--cmake/Modules/FindPython3Libs.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/FindPython3Libs.cmake b/cmake/Modules/FindPython3Libs.cmake
index 03fe8b8..8685e9f 100644
--- a/cmake/Modules/FindPython3Libs.cmake
+++ b/cmake/Modules/FindPython3Libs.cmake
@@ -29,7 +29,7 @@ INCLUDE(CMakeFindFrameworks)
FOREACH(_CURRENT_VERSION 3.2 3.1 3.0)
IF(_CURRENT_VERSION GREATER 3.1)
- SET(_32FLAGS "m" "u" "mu" "")
+ SET(_32FLAGS "m" "u" "mu" "dm" "du" "dmu" "")
ELSE()
SET(_32FLAGS "")
ENDIF()