removed confusing link_directories call

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@990 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2008-05-03 15:59:55 +00:00
parent 0f43ae0159
commit d649002a40

View File

@ -92,8 +92,7 @@ ELSE (USE_FTGL)
ELSE (FTGL_FOUND)
MESSAGE(STATUS "[projectM] Warning: FTGL font support was not detected. Visit http://ftgl.wiki.sourceforge.net/ for help on installing FTGL.")
ENDIF(FTGL_FOUND)
LINK_DIRECTORIES(${CMAKE_LIBRARY_PATH} /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Carbon.framework/)
# what should link directories be?
if(BUILD_PROJECTM_STATIC)
TARGET_LINK_LIBRARIES(projectM /opt/local/lib/libGLEW.a ${OPENGL_LIBRARIES} m ${IMAGE_LOADING_LIBS})
else(BUILD_PROJECTM_STATIC)