mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
GHS: Update default BSP name
-- Use default value of sim<arch> if not user defined -- Also no reason to trim quotes or changes slashes; it is just a name not a path
This commit is contained in:
@@ -37,7 +37,8 @@ if ( NOT GHS_OS_DIR )
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
set(GHS_BSP_NAME "simarm" CACHE STRING "BSP name")
|
||||
set(GHS_BSP_NAME "IGNORE" CACHE STRING "BSP name")
|
||||
|
||||
set(GHS_CUSTOMIZATION "" CACHE FILEPATH "optional GHS customization")
|
||||
mark_as_advanced(GHS_CUSTOMIZATION)
|
||||
set(GHS_GPJ_MACROS "" CACHE STRING "optional GHS macros generated in the .gpjs for legacy reasons")
|
||||
|
||||
Reference in New Issue
Block a user