thomasmoelhave / tpie

Templated Portable I/O Environment
Other
112 stars 24 forks source link

Missing dep checks in CMakeLists #181

Closed thomasmoelhave closed 9 years ago

thomasmoelhave commented 9 years ago

On the clean Travis CI nodes I get the following build error:

-- Build files have been written to: /home/travis/build/thomasmoelhave/tpie/build
Scanning dependencies of target tpie
[  0%] Building CXX object tpie/CMakeFiles/tpie.dir/atomic.cpp.o
In file included from /home/travis/build/thomasmoelhave/tpie/./tpie/atomic.h:23:0,
                 from /home/travis/build/thomasmoelhave/tpie/tpie/atomic.cpp:25:
/home/travis/build/thomasmoelhave/tpie/./tpie/types.h:27:29: fatal error: boost/cstdint.hpp: No such file or directory

This should have been caught at configure-time.

Full log here: https://travis-ci.org/thomasmoelhave/tpie/builds/61735592

antialize commented 9 years ago

Fixed in master.