formatting and removed one cmake message

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@822 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2008-02-13 05:20:01 +00:00
parent f581af37ec
commit e74ae277de
2 changed files with 1 additions and 6 deletions

View File

@ -28,7 +28,7 @@ TARGET_LINK_LIBRARIES(projectM GLEW m)
IF(USE_FTGL)
if (FTGL_FOUND)
MESSAGE("FTGL font support was detected are enabled.")
MESSAGE(STATUS "FTGL font support was detected and enabled.")
else (FTGL_FOUND)
MESSAGE(
"Warning! FTGL has been enabled but not detected. Your compilation will probably break. Turn off FTGL support by setting USE_FTGL to false, or visit http://ftgl.wiki.sourceforge.net/ for help on installing FTGL.")

View File

@ -17,16 +17,11 @@ set(QT_USE_OPENGL TRUE)
# -> this will cause cmake to include and link against the OpenGL module
include(${QT_USE_FILE} FindPkgConfig.cmake)
#pkg_search_module(PROJECTM REQUIRED libprojectM)
ADD_DEFINITIONS(-DLINUX -DPROJECTM_PREFIX='"${PROJECTM_PREFIX}"')
ADD_DEFINITIONS(${QT_DEFINITIONS})
ADD_DEFINITIONS(-DQT_PLUGIN)
ADD_DEFINITIONS(-DQT_NO_DEBUG)
ADD_DEFINITIONS(-DQT_SHARED)
# the variable "qprojectM_SRCS" contains all .cpp files of this project