https://github.com/Kitware/CMake
Revision b148440381df0143a665b7ceebe8606a052e2cdf authored by Hannes Mezger on 04 April 2016, 12:23:23 UTC, committed by Brad King on 05 April 2016, 13:32:08 UTC
Add NAMES_PER_DIR to all find_library invocations so that we consider
all possible names in each search directory before moving on to the next
directory.  Otherwise we may not find self-built libraries first even if
they appear early in the search path.
1 parent e0cc8bf
Raw File
Tip revision: b148440381df0143a665b7ceebe8606a052e2cdf authored by Hannes Mezger on 04 April 2016, 12:23:23 UTC
FindOpenSSL: Prefer libs early in search path regardless of name (#15887)
Tip revision: b148440
ExternalData_config.cmake.in
set(ExternalData_OBJECT_STORES "@ExternalData_OBJECT_STORES@")
set(ExternalData_URL_TEMPLATES "@ExternalData_URL_TEMPLATES@")
set(ExternalData_TIMEOUT_INACTIVITY "@ExternalData_TIMEOUT_INACTIVITY@")
set(ExternalData_TIMEOUT_ABSOLUTE "@ExternalData_TIMEOUT_ABSOLUTE@")
set(ExternalData_NO_SYMLINKS "@ExternalData_NO_SYMLINKS@")
@_ExternalData_CONFIG_CODE@
back to top