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)
|
ENDIF(UNIX)
|
||||||
|
|
||||||
IF(APPLE)
|
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)
|
ENDIF(APPLE)
|
||||||
|
|
||||||
# Make sure that the FLTK include path has been set
|
# Make sure that the FLTK include path has been set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user