https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278539
Bug ID: 278539
Summary: devel/cmake-core: The global property
FIND_LIBRARY_USE_LIB64_PATHS evaluates to TRUE, when
on FreeBSD lib64 isn't used
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Assignee: [email protected]
Flags: maintainer-feedback?([email protected])
This code prints TRUE:
> cmake_minimum_required(VERSION 2.8.12)
> project(x LANGUAGES C CXX)
>
> get_property(LIB64 GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS)
> message("LIB64=${LIB64}")
It should print FALSE because lib64 isn't used.
--
You are receiving this mail because:
You are the assignee for the bug.