mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix incomplete else statement in cmakelists.txt
This commit is contained in:
parent
9b8316c1dd
commit
2b3f3240c6
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ if (APPLE)
|
||||||
if (EXISTS /private/var/mobile)
|
if (EXISTS /private/var/mobile)
|
||||||
message(STATUS "iOS detected.")
|
message(STATUS "iOS detected.")
|
||||||
set(ADDITIONAL_LNK "-framework Foundation" "-framework UIKit")
|
set(ADDITIONAL_LNK "-framework Foundation" "-framework UIKit")
|
||||||
else
|
else (EXISTS /private/var/mobile)
|
||||||
message(STATUS "macOS detected.")
|
message(STATUS "macOS detected.")
|
||||||
set(ADDITIONAL_LNK "-framework Foundation" "-framework AppKit")
|
set(ADDITIONAL_LNK "-framework Foundation" "-framework AppKit")
|
||||||
endif (EXISTS /private/var/mobile)
|
endif (EXISTS /private/var/mobile)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue