[Bug 278539] devel/cmake-core: The global property FIND_LIBRARY_USE_LIB64_PATHS evaluates to TRUE, when on FreeBSD lib64 isn't used
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Apr 2024 03:14:18 UTC
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@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) > > 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.