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:
Fred Baksik
2018-07-07 07:27:22 -04:00
parent 01c98c6ccc
commit 281c601024
3 changed files with 19 additions and 12 deletions
+2 -1
View File
@@ -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")