MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0015207 | CMake | Modules | public | 2014-10-14 10:31 | 2016-06-10 14:31 |
| Reporter | Stepan Schejbal | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | linux | OS | OS Version | ||
| Product Version | CMake 2.8.11.2 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0015207: FindJNI does not work when compiling 32-bit target on 64-bit host | ||||
| Description | When compiling 32-bit linux target using "-m32", FindJNI breaks, because it is based on CMAKE_SYSTEM_PROCESSOR which does not match the target architecture. This is related to issue 0009611. | ||||
| Steps To Reproduce | find_package(JNI REQUIRED) export CC=gcc-4.8 export CXX=g++-4.8 export JAVA_HOME=/opt/jdk1.7.0_55-i586 export CFLAGS=-m32 export CXXFLAGS=-m32 export LDFALGS=-m32 cmake... | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2014-10-14 10:31 | Stepan Schejbal | New Issue | |||
| 2016-06-10 14:29 | Kitware Robot | Note Added: 0042647 | |||
| 2016-06-10 14:29 | Kitware Robot | Status | new => resolved | ||
| 2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||