Skip to content

Commit dc65de1

Browse files
glneoarnopo
authored andcommitted
cmake: Remove unused CMake variable PROJECT_PROCESSOR
This CMake variable is unused, looks to be copied over from libmetal CMake files. Remove it. Signed-off-by: Andrew Davis <afd@ti.com>
1 parent e2ba083 commit dc65de1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cmake/options.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ message ("-- Target: ${_target}")
3333

3434
string (TOLOWER ${CMAKE_SYSTEM_NAME} PROJECT_SYSTEM)
3535
string (TOUPPER ${CMAKE_SYSTEM_NAME} PROJECT_SYSTEM_UPPER)
36-
string (TOLOWER ${CMAKE_SYSTEM_PROCESSOR} PROJECT_PROCESSOR)
37-
string (TOUPPER ${CMAKE_SYSTEM_PROCESSOR} PROJECT_PROCESSOR_UPPER)
3836

3937
# Select which components are in the openamp lib
4038
option (WITH_PROXY "Build with proxy(access device controlled by other processor)" ON)

0 commit comments

Comments
 (0)