Merge topic 'GetPrerequisites-file_cmd-advanced'
d269984
GetPrerequisites: Mark file_cmd as advanced cache entry
This commit is contained in:
commit
735bdecd30
|
@ -168,6 +168,7 @@ function(is_file_executable file result_var)
|
||||||
if(UNIX)
|
if(UNIX)
|
||||||
if(NOT file_cmd)
|
if(NOT file_cmd)
|
||||||
find_program(file_cmd "file")
|
find_program(file_cmd "file")
|
||||||
|
mark_as_advanced(file_cmd)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(file_cmd)
|
if(file_cmd)
|
||||||
|
|
Loading…
Reference in New Issue