clear cache
This commit is contained in:
parent
ffd128548f
commit
c8cd9ae6f0
@ -15,4 +15,5 @@ function(_find_include_dir _names _hints _result)
|
||||
if(${_all_include_files_work})
|
||||
set(${_result} ${_include_dir} PARENT_SCOPE)
|
||||
endif()
|
||||
unset(_include_dir CACHE)
|
||||
endfunction()
|
||||
|
@ -19,4 +19,5 @@ function(_find_library _names _check_function _result)
|
||||
if(${_library_works})
|
||||
set(${_result} ${_lib} PARENT_SCOPE)
|
||||
endif()
|
||||
unset(_lib CACHE)
|
||||
endfunction()
|
||||
|
Loading…
x
Reference in New Issue
Block a user