boostorg / yap

A C++14-and-later expression template library
https://boostorg.github.io/yap
Boost Software License 1.0
108 stars 28 forks source link

changes needed to CMake files to allow inclusion of yap as a submodule #24

Closed rgrover closed 7 years ago

rgrover commented 7 years ago

CMake files within yap make use of variables such as ${CMAKE_SOURCE_DIR} which make it difficult to include yap as a sub-module of an external project. Use of ${CMAKE_CURRENT_SOURCE_DIR} would be more appropriate.