X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=CMakeLists.txt;h=008d7a9a83e39042a6bfc7c17eb727a85973d28c;hb=3001809bc3fd679268426e02945195fb9addab8f;hp=1f4db46f664f47bdda873b8d6044eda4df32e0d4;hpb=3270edcf8780e4fbe68c2e6a713aef1fc8a97464;p=simgear.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f4db46f..008d7a9a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,7 +111,6 @@ if (MSVC AND MSVC_3RDPARTY_ROOT) set (BOOST_ROOT ${MSVC_3RDPARTY_ROOT}/boost_1_44_0) message(STATUS "BOOST_ROOT is ${BOOST_ROOT}") set (OPENAL_INCLUDE_DIR ${MSVC_3RDPARTY_ROOT}/${MSVC_3RDPARTY_DIR}/include) - set (ALUT_INCLUDE_DIR ${MSVC_3RDPARTY_ROOT}/${MSVC_3RDPARTY_DIR}/include) set (OPENAL_LIBRARY_DIR ${MSVC_3RDPARTY_ROOT}/${MSVC_3RDPARTY_DIR}/lib) endif (MSVC AND MSVC_3RDPARTY_ROOT) @@ -124,7 +123,6 @@ else() message(STATUS "SimGear mode: NORMAL") find_package(OpenGL REQUIRED) find_package(OpenAL REQUIRED) - find_package(ALUT REQUIRED) find_package(OpenSceneGraph 3.0.0 REQUIRED osgText osgSim osgDB osgParticle osgGA osgUtil) endif(SIMGEAR_HEADLESS) @@ -257,7 +255,7 @@ include_directories(${PROJECT_BINARY_DIR}/simgear/xml) include_directories(${OPENSCENEGRAPH_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${ZLIB_INCLUDE_DIR} - ${ALUT_INCLUDE_DIR} ${OPENAL_INCLUDE_DIR} ) + ${OPENAL_INCLUDE_DIR} ) add_definitions(-DHAVE_CONFIG_H) add_definitions(-DHAVE_EXPAT_CONFIG_H)