Show
Ignore:
Timestamp:
07/02/08 20:45:56 (6 months ago)
Author:
edmanm
Message:

If we're building with CMake 2.6, then force CMake 2.4 compatibility for
linker search path behavior.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/CMakeLists.txt

    r2787 r2830  
    2121## Specify the minimim required CMake version 
    2222cmake_minimum_required(VERSION 2.4.0) 
     23if (COMMAND cmake_policy) 
     24  # Force CMake 2.4 compatibility for handling linker search paths 
     25  cmake_policy(SET CMP0003 OLD) 
     26endif(COMMAND cmake_policy) 
    2327 
    2428## Require Qt >= 4.2.0