FIX: Quotes added around the list of libs to be added in Apple.

This commit is contained in:
Luis Ibanez 2003-01-16 13:31:35 -05:00
parent e3f681937f
commit b20d232855
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ IF(UNIX)
ENDIF(UNIX)
IF(APPLE)
SET( FLTK_PLATFORM_DEPENDENT_LIBS -framework Carbon -framework Cocoa -framework ApplicationServices -lz )
SET( FLTK_PLATFORM_DEPENDENT_LIBS "-framework Carbon -framework Cocoa -framework ApplicationServices -lz")
ENDIF(APPLE)
# Make sure that the FLTK include path has been set