Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 24, 2009, 11:32:39 AM (15 years ago)
Author:
rgrieder
Message:

Applied changes to the real sandbox this time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/cmake/PackageConfigMSVC.cmake

    r5695 r5782  
    5252  SET(CMAKE_LIBRARY_PATH ${DEP_LIBRARY_DIR})
    5353
    54   # Certain find scripts don't behave as ecpected to we have
    55   # to specify the libraries ourselves.
    56   SET(TCL_LIBRARY  ${DEP_LIBRARY_DIR}/tcl85.lib CACHE FILEPATH "")
    57   SET(ZLIB_LIBRARY ${DEP_LIBRARY_DIR}/zdll.lib  CACHE FILEPATH "")
    58 
    5954  # Visual Leak Detector
    6055  SET(VLD_INCLUDE_DIR  ${DEP_INCLUDE_DIR}/vld   CACHE PATH "")
Note: See TracChangeset for help on using the changeset viewer.