[Bug 278539] devel/cmake-core: The global property FIND_LIBRARY_USE_LIB64_PATHS evaluates to TRUE, when on FreeBSD lib64 isn't used
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Apr 23 04:14:18 BST 2024
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: kde at FreeBSD.org
Reporter: yuri at freebsd.org
Assignee: kde at FreeBSD.org
Flags: maintainer-feedback?(kde at FreeBSD.org)
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.
More information about the kde-freebsd
mailing list