Skip to content

Commit d8975ea

Browse files
susnuxest31
authored andcommittedDec 3, 2015
Fix build if BUILD_SHARED_LIBS defaults to "ON"
openSUSE sets that option to ON. Fixes #3420.
1 parent 89168a7 commit d8975ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/cguittfont/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Do not add CGUITTFont.cpp to the line below.
33
# xCGUITTFont.cpp is a wrapper file that includes
44
# additional required headers.
5-
add_library(cguittfont xCGUITTFont.cpp)
5+
add_library(cguittfont STATIC xCGUITTFont.cpp)
66

77
if(FREETYPE_PKGCONFIG_FOUND)
88
set_target_properties(cguittfont

0 commit comments

Comments
 (0)
Please sign in to comment.