FIX: {} were missing around FLTK_*_LIBRARY.

This commit is contained in:
Luis Ibanez 2002-06-07 08:39:17 -04:00
parent ba0774deb8
commit 65afffa808
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ IF(FLTK_INCLUDE_PATH)
)
ENDIF(USE_FLTK_VERSION_1.1)
SET( FLTK_LIBRARY $FLTK_BASE_LIBRARY $FLTK_GL_LIBRARY $FLTK_FORMS_LIBRARY )
SET( FLTK_LIBRARY ${FLTK_BASE_LIBRARY} ${FLTK_GL_LIBRARY} ${FLTK_FORMS_LIBRARY} )
ENDIF(FLTK_INCLUDE_PATH)