Skip to content

Commit

Permalink
bugfix: Use ARG_ prefix in dksdk.project.get
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonah Beckford committed Nov 11, 2024
1 parent a60cdc3 commit 6868f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/scripts/dksdk/project/get.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ function(dksdk_project_get)
list(APPEND get_OPTS -D ONLY_DKSDK_VERSION=1)
endif()
if(ARG_OVERRIDE_DKSDK_VERSION)
list(APPEND get_OPTS -D "OVERRIDE_DKSDK_VERSION=${OVERRIDE_DKSDK_VERSION}")
list(APPEND get_OPTS -D "OVERRIDE_DKSDK_VERSION=${ARG_OVERRIDE_DKSDK_VERSION}")
endif()
if(ARG_DKSDK_CMAKE_GITREF)
list(APPEND get_OPTS -D "DKSDK_CMAKE_GITREF=${DKSDK_CMAKE_GITREF}")
list(APPEND get_OPTS -D "DKSDK_CMAKE_GITREF=${ARG_DKSDK_CMAKE_GITREF}")
endif()

# Fetch dksdk-access.
Expand Down

0 comments on commit 6868f9d

Please sign in to comment.