Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Jan 6, 2025
1 parent b60d8b6 commit c8974e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/DaemonGame.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function(gameSubProject)
-DBUILD_TTY_CLIENT=OFF
-DBUILD_SERVER=OFF
${ARGV}
${inherited_option_args}
${INHERITED_OPTION_ARGS}
INSTALL_COMMAND ""
)

Expand Down Expand Up @@ -130,10 +130,10 @@ function(GAMEMODULE)
endif()

include(ExternalProject)
set(inherited_option_args)
set(INHERITED_OPTION_ARGS)

foreach(inherited_option ${NACL_VM_INHERITED_OPTIONS})
set(inherited_option_args ${inherited_option_args}
set(INHERITED_OPTION_ARGS ${INHERITED_OPTION_ARGS}
"-D${inherited_option}=${${inherited_option}}")
endforeach(inherited_option)

Expand Down

0 comments on commit c8974e0

Please sign in to comment.