mirror of
https://github.com/vale981/arb
synced 2025-03-05 09:21:38 -05:00
Remove NO_DEFAULT_PATH from CMakeLists.txt.
This commit is contained in:
parent
eeef7bdd34
commit
b4114a1ca5
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ set (flint2_header flint/flint.h)
|
|||
foreach (LIB ${DEPS})
|
||||
string (TOUPPER ${LIB} LIB_UPPER)
|
||||
find_library(${LIB_UPPER}_LIBRARY NAMES ${${LIB}_lib} HINTS ../${LIB}
|
||||
PATH_SUFFIXES ${LIBRARY_TYPE}/${PLATFORM}/${CMAKE_BUILD_TYPE} NO_DEFAULT_PATH)
|
||||
PATH_SUFFIXES ${LIBRARY_TYPE}/${PLATFORM}/${CMAKE_BUILD_TYPE})
|
||||
if (NOT ${LIB_UPPER}_LIBRARY)
|
||||
message(FATAL_ERROR "${LIB} library not found.")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue