cmake: don't have USE_COCOA oops
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
fb56fac3dc
commit
e40735b6e9
1 changed files with 5 additions and 5 deletions
|
|
@ -295,11 +295,11 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
|||
PRIVATE
|
||||
src/backend/nococoa.m
|
||||
)
|
||||
target_compile_definitions(
|
||||
Mw
|
||||
PRIVATE
|
||||
USE_COCOA
|
||||
)
|
||||
# target_compile_definitions(
|
||||
# Mw
|
||||
# PRIVATE
|
||||
# USE_COCOA
|
||||
# )
|
||||
list(APPEND LIBRARIES objc)
|
||||
target_link_options(
|
||||
Mw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue