hackjutsu / hackjutsu/ios-cmake
gcc not found (includes fix)
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- CMake
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
Hi,
i was getting an error when using the toolchain file that gcc was not found.
Can you please replace:
CMAKE_FORCE_C_COMPILER (gcc gcc)
CMAKE_FORCE_CXX_COMPILER (g++ g++)
with
CMAKE_FORCE_C_COMPILER (/usr/bin/gcc gcc)
CMAKE_FORCE_CXX_COMPILER (/usr/bin/g++ g++)
That fixed it for me.
Thanks in advance.
Cheers,
Ben
```
Original issue reported on code.google.com by `benjamin...@gmail.com` on 23 Jul 2015 at 9:45
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.