Closed rgrover closed 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.
${CMAKE_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
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.