mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 04:22:15 +00:00
cmake: Fix typo in dolphin_compile_definitions
This commit is contained in:
parent
33ceb042b7
commit
5514680bc8
2 changed files with 2 additions and 2 deletions
|
@ -30,5 +30,5 @@ function(dolphin_compile_definitions)
|
|||
endif()
|
||||
|
||||
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS
|
||||
"$<${genexp_config_test}:${ARGN}>")
|
||||
"$<${genexp_config_test}:${defs}>")
|
||||
endfunction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue