mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
cmake: Fix typo in dolphin_compile_definitions
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user