FIX: Quotes added around the list of libs to be added in Apple.
This commit is contained in:
parent
e3f681937f
commit
b20d232855
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue