repo.or.cz
/
libftdi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CMake: bump the minimal required version to 3.5
[libftdi.git]
/
cmake
/
Toolchain-Crossbuild32.cmake
blob
3c80dd8f158e490723968023c4e9c9a0f0b2d05e
1
set(CMAKE_SYSTEM_NAME Linux)
2
set(CMAKE_C_COMPILER gcc -m32)
3
set(CMAKE_CXX_COMPILER g++ -m32)
4
set(CMAKE_FIND_ROOT_PATH /usr/lib)