diff options
author | David Callu <callu.david@gmail.com> | 2020-07-16 12:06:20 (GMT) |
---|---|---|
committer | Jan Niklas Hasse <jhasse@bixense.com> | 2020-07-17 07:56:32 (GMT) |
commit | 086a9b2f8833fd45f2119596f74f90b9f7e2cdf5 (patch) | |
tree | 57d637a73fa5a32c20d946d5bbbb8cd08492ffbd /src | |
parent | 6c5e886aacd98766fe43539c2c8ae7f3ca2af2aa (diff) | |
download | Ninja-086a9b2f8833fd45f2119596f74f90b9f7e2cdf5.zip Ninja-086a9b2f8833fd45f2119596f74f90b9f7e2cdf5.tar.gz Ninja-086a9b2f8833fd45f2119596f74f90b9f7e2cdf5.tar.bz2 |
cmake: use PROJECT_{SOURCE,BINARY}_DIR instead of CMAKE_{SOURCE,BINARY}_DIR
CMAKE_SOURCE_DIR refer to the full path to the top level of the current
CMake source tree
PROJECT_SOURCE_DIR refer to the source directory of the last call to the
project() command made in the current directory scope or one of its parents
when ninja is use as a subproject, the build fail because of this.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions