mirror of
https://github.com/reactos/CMake.git
synced 2025-02-08 12:58:46 +00:00
COMP: fix arguments
Alex
This commit is contained in:
parent
964719128c
commit
5fdb818c84
@ -30,7 +30,7 @@ SET(CMAKE_AR "${SDCCLIB_EXECUTABLE}" CACHE FILEPATH "The sdcc librarian" FORCE)
|
||||
|
||||
# CMAKE_C_FLAGS_INIT and CMAKE_EXE_LINKER_FLAGS_INIT should be set in a CMAKE_SYSTEM_PROCESSOR file
|
||||
IF(NOT DEFINED CMAKE_C_FLAGS_INIT)
|
||||
SET(CMAKE_C_FLAGS_INIT -mmcs51 --model-small)
|
||||
SET(CMAKE_C_FLAGS_INIT "-mmcs51 --model-small")
|
||||
ENDIF(NOT DEFINED CMAKE_C_FLAGS_INIT)
|
||||
|
||||
IF(NOT DEFINED CMAKE_EXE_LINKER_FLAGS_INIT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user