From 0581436081ef69ae62c51d4bb53c03cb9e6adefb Mon Sep 17 00:00:00 2001 From: Lauro Neto Date: Fri, 18 Sep 2009 17:59:25 -0300 Subject: Removing unneeded hard-coded -lgenrunner --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4588af391..d06f6a79a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,8 +39,7 @@ target_link_libraries(shiboken_generator ${APIEXTRACTOR_LIBRARY} ${GENERATORRUNNER_LIBRARY} ${QT_QTCORE_LIBRARY} - ${QT_QTXML_LIBRARY} - -lgenrunner) # FIXME libgenrunner needs a cmake FindPkg script! + ${QT_QTXML_LIBRARY}) add_executable(shiboken main.cpp) target_link_libraries(shiboken ${QT_QTCORE_LIBRARY}) -- cgit v1.2.3