We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c686aa + 2142664 commit 15cd7ceCopy full SHA for 15cd7ce
1 file changed
cmake/FindTargetLAPACK.cmake
@@ -33,7 +33,7 @@ if (LAPACK_LIBRARIES)
33
set_property (TARGET tgt::lapack PROPERTY INTERFACE_LINK_LIBRARIES ${LAPACK_LIBRARIES})
34
else()
35
# 2nd precedence - target already prepared and findable in TargetLAPACKConfig.cmake
36
- if (NOT ${CMAKE_DISABLE_FIND_PACKAGE_${PN}})
+ if (NOT "${DISABLE_FIND_PACKAGE_${PN}}")
37
find_package (TargetLAPACK QUIET CONFIG)
38
endif()
39
if (TARGET tgt::lapack)
0 commit comments