[CMake] FIND_LIBRARY_USE_LIB64_PATHS on Win64

Micha Renner Micha.Renner at t-online.de
Mon Jun 22 03:39:13 EDT 2015


Hi,

does FIND_LIBRARY_USE_LIB64_PATHS work with Windows64.

>From this ...
https://public.kitware.com/Bug/view.php?id=15301#c37449
...one might conclude it does, but on my Win64-System

PROJECT(T LANGUAGES C)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
GET_PROPERTY(r22 GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS)

it is always FALSE.

Greetings 

Michael









More information about the CMake mailing list