diff options
Diffstat (limited to 'cmake/nx/NXFunctions.cmake')
-rw-r--r-- | cmake/nx/NXFunctions.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/nx/NXFunctions.cmake b/cmake/nx/NXFunctions.cmake index cf3f974b..f67b3ebc 100644 --- a/cmake/nx/NXFunctions.cmake +++ b/cmake/nx/NXFunctions.cmake @@ -8,7 +8,7 @@ endif() set(CMAKE_EXECUTABLE_SUFFIX ".elf") -function(re3_platform_target TARGET) +function(reVC_platform_target TARGET) cmake_parse_arguments(RPT "INSTALL" "" "" ${ARGN}) get_target_property(TARGET_TYPE "${TARGET}" TYPE) |