Browse Source

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

pull/1/head
Luis Ibanez 23 years ago
parent
commit
b20d232855
  1. 2
      Modules/FindFLTK.cmake

2
Modules/FindFLTK.cmake

@ -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…
Cancel
Save