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