Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 562588 | Differences between
and this patch

Collapse All | Expand All

(-)CMakeLists.txt (-1 / +1 lines)
Lines 139-145 Link Here
139
    ENDIF (PKG_CONFIG_FOUND)
139
    ENDIF (PKG_CONFIG_FOUND)
140
ENDIF (NOT WIN32)
140
ENDIF (NOT WIN32)
141
141
142
set(MYGPO_QT_TARGET_NAME mygpo-qt${MYGPO_QT_VERSION_SUFFIX} CACHE INTERNAL "" FORCE )
142
set(MYGPO_QT_TARGET_NAME libmygpo-qt${MYGPO_QT_VERSION_SUFFIX} CACHE INTERNAL "" FORCE )
143
143
144
add_subdirectory( src )
144
add_subdirectory( src )
145
if(MYGPO_BUILD_TESTS)
145
if(MYGPO_BUILD_TESTS)

Return to bug 562588