Date: Tue, 23 Apr 2024 03:14:18 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 278539] devel/cmake-core: The global property FIND_LIBRARY_USE_LIB64_PATHS evaluates to TRUE, when on FreeBSD lib64 isn't used Message-ID: <bug-278539-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278539 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@FreeBSD.org Reporter: yuri@freebsd.org Assignee: kde@FreeBSD.org Flags: maintainer-feedback?(kde@FreeBSD.org) This code prints TRUE: > cmake_minimum_required(VERSION 2.8.12) > project(x LANGUAGES C CXX) >=20 > get_property(LIB64 GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS) > message("LIB64=3D${LIB64}") It should print FALSE because lib64 isn't used. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278539-7788>