boostorg / wave

Boost.org wave module
http://boost.org/libs/wave
21 stars 49 forks source link

C++11 requirements for CMake need tweaking #189

Closed jefftrull closed 11 months ago

jefftrull commented 11 months ago

Per @pdimov 's post on boost-devel, there are a few requirements for CMake that I didn't update correctly when we began requiring C++11. In particular:

Generally speaking, the CMake build flow is a parallel one that needs to be maintained as we change the bjam stuff.

pdimov commented 11 months ago

You can just rerun boostdep --cmake wave, but the output isn't 100% correct because you need two more source files

  src/cpplexer/re2clex/aq.cpp
  src/cpplexer/re2clex/cpp_re.cpp

that boostdep doesn't pick up because they're in a subdirectory.