Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace CMAKE_(SOURCE|BINARY)_DIR with CMAKE_CURRENT_(SOURCE|BINARY)_DIR
It is possible to add a subproject using add_subdirectory command of CMake. In that particular case, CMAKE_(SOURCE|BINARY)_DIR points to the top level project's directories while CMAKE_CURRENT_(SOURCE|BINARY)_DIR points to Aeron's directories. Stand alone builds or adding Aeron as a subproject using ExternalProject_Add does not get affected.
- Loading branch information