diff options
Diffstat (limited to 'modules/FindFreetype.cmake')
-rw-r--r-- | modules/FindFreetype.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindFreetype.cmake b/modules/FindFreetype.cmake index 6fd1bb13..6c22bb1b 100644 --- a/modules/FindFreetype.cmake +++ b/modules/FindFreetype.cmake @@ -45,7 +45,7 @@ else (FREETYPE_LIBRARIES AND FREETYPE_INCLUDE_DIR) endforeach(value) endif(FREETYPE_LIBRARIES AND _freetype_pkgconfig_output) - set( FREETYPE_LIBRARIES ${FREETYPE_LIBRARIES} CACHE STRING "The libraries for freetype" ) + set( FREETYPE_LIBRARIES ${FREETYPE_LIBRARIES} ) mark_as_advanced(FREETYPE_LIBRARIES FREETYPE_INCLUDE_DIR) |