mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
ENG-21473: Fix installations without sccache (#24453)
This commit is contained in:
@@ -310,7 +310,7 @@ function(find_command)
|
||||
${FIND_VALIDATOR}
|
||||
)
|
||||
|
||||
if(NOT FIND_REQUIRED STREQUAL "OFF" AND ${FIND_VARIABLE} MATCHES "NOTFOUND")
|
||||
if(FIND_REQUIRED AND ${FIND_VARIABLE} MATCHES "NOTFOUND")
|
||||
set(error "Command not found: \"${FIND_NAME}\"")
|
||||
|
||||
if(FIND_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user