Skip to content

Commit

Permalink
Update PythonQt tag to fix error when building Debug against Python r…
Browse files Browse the repository at this point in the history
…elease

Closes commontk#203
  • Loading branch information
jcfr committed Jul 18, 2012
1 parent 10f62c2 commit 0cbd451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeExternals/PythonQt.cmake
Expand Up @@ -53,7 +53,7 @@ if(${add_project})
message(FATAL_ERROR "error: Python is required to build ${PROJECT_NAME}")
endif()

set(revision_tag 47738f9c8c5d3ffa77c8f2e1844f899e5b548f0c)
set(revision_tag 6366f002a93aa238c55f58de949d09c552cda5a9)
if(${proj}_REVISION_TAG)
set(revision_tag ${${proj}_REVISION_TAG})
endif()
Expand Down

0 comments on commit 0cbd451

Please sign in to comment.