clear cache

This commit is contained in:
Radovan Bast
2015-09-18 09:52:22 +02:00
parent ffd128548f
commit c8cd9ae6f0
2 changed files with 2 additions and 0 deletions

View File

@ -19,4 +19,5 @@ function(_find_library _names _check_function _result)
if(${_library_works})
set(${_result} ${_lib} PARENT_SCOPE)
endif()
unset(_lib CACHE)
endfunction()