View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015274CMakeCMakepublic2014-12-01 14:352015-05-04 09:05
Reportersanta scrooge 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSUbuntuOS Version14.04 LTS
Product Version 
Target VersionFixed in Version 
Summary0015274: CMAKE_SYSTEM_PROCESSOR not working
Descriptionif(CUDA_VERSION VERSION_GREATER "5.0" AND CMAKE_CROSSCOMPILING AND ${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm" AND EXISTS "${CUDA_TOOLKIT_ROOT_DIR}/targets/armv7-linux- gnueabihf")

this is found in FindCUDA.cmake. It reports unspecified arguments. I check it by message() and found "CMAKE_SYSTEM_PROCESSOR" is empty.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0037342)
Brad King (manager)
2014-12-01 14:38

When cross compiling it is the responsibility of the toolchain file to set CMAKE_SYSTEM_PROCESSOR for the target architecture.
(0038689)
Robert Maynard (manager)
2015-05-04 09:05

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2014-12-01 14:35 santa scrooge New Issue
2014-12-01 14:38 Brad King Note Added: 0037342
2014-12-03 10:18 Brad King Status new => resolved
2014-12-03 10:18 Brad King Resolution open => no change required
2015-05-04 09:05 Robert Maynard Note Added: 0038689
2015-05-04 09:05 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team