Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 2, 2008, 7:00:54 PM (16 years ago)
Author:
rgrieder
Message:
  • Modified cmake files to support library finding when using Visual Studio precompiled dependencies
  • Removed vorbisenc executable from library dependency
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/FindBoost.cmake

    r1776 r1872  
    11# THIS FILE HAS BEEN MODIFIED TO WORK ON THE TARDIS INFRASTURUCTURE of THE ETH.
    2 # use with cation
     2# use with caution
    33# Nicolas Schlumberger <nico AT orxonx DOT net> (C) 2007
    44#
     
    118118    ../libs/boost_1_34_1
    119119#    ../libs/boost-1_35_0
     120    ${DEPENDENCY_DIR}/boost-1.35.0/include
    120121
    121122# Help the user find it if we cannot.
     
    187188  mgw34-mt-1_34_1
    188189  mgw34-mt-1_35
     190  vc80-mt-1_35
     191  vc80-mt-gd-1_35
    189192)
    190193
     
    225228# For MSVC builds find debug library
    226229  IF(WIN32 AND MSVC AND Boost_${name}_LIBRARY)
    227     FIND_LIBRARY(Boost_${name}_LIBRARY_DEBUG ${Boost_LIB_PREFIX}boost_${name}-${Boost_LIB_SUFFIX_DEBUG})
     230    FIND_LIBRARY(Boost_${name}_LIBRARY_DEBUG
     231      NAMES ${Boost_LIB_PREFIX}boost_${name}-${Boost_LIB_SUFFIX_DEBUG}
     232      PATHS ${Boost_LIBRARY_DIRS})
    228233
    229234    IF(MSVC_IDE)
Note: See TracChangeset for help on using the changeset viewer.