mirror of https://github.com/procxx/kepka.git
Fix detection variable usage
This commit is contained in:
parent
a9ea8da861
commit
c8409776f6
Telegram
|
@ -678,11 +678,12 @@ if (APPLE)
|
|||
CoreWLAN
|
||||
IOKit
|
||||
)
|
||||
set(FW_LIB FW_LIB-NOTFOUND)
|
||||
find_library(FW_LIB ${framework})
|
||||
message(STATUS "Found framework ${FW_LIB}")
|
||||
target_link_libraries(Telegram ${FW_LIB})
|
||||
set(FW_LIB FW_LIB-NOTFOUND)
|
||||
endforeach(framework)
|
||||
set(FW_LIB FW_LIB-NOTFOUND)
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
|
|
Loading…
Reference in New Issue