Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IlmBase/Half toFloat.h not built using CMakeLists.txt #35

Closed
derek-gerstmann opened this issue Aug 24, 2012 · 1 comment
Closed

IlmBase/Half toFloat.h not built using CMakeLists.txt #35

derek-gerstmann opened this issue Aug 24, 2012 · 1 comment

Comments

@derek-gerstmann
Copy link

Build fails using cmake v1.8.9 on OSX 10.8. Issue reside in the include paths missing for toFloat.h:

Scanning dependencies of target toFloat
[ 1%] Building CXX object Half/CMakeFiles/toFloat.dir/toFloat.cpp.o
Linking CXX executable toFloat
[ 1%] Built target toFloat
Scanning dependencies of target eLut
[ 3%] Building CXX object Half/CMakeFiles/eLut.dir/eLut.cpp.o
Linking CXX executable eLut
[ 3%] Built target eLut
Scanning dependencies of target Half
make[2]: *** No rule to make target ../toFloat.h', needed byHalf/CMakeFiles/Half.dir/half.cpp.o'. Stop.
make[1]: *** [Half/CMakeFiles/Half.dir/all] Error 2
make: *** [all] Error 2

@pstanczyk
Copy link
Contributor

Fixed in cmake-fixes branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants