Closed umlaeute closed 11 months ago
Cmake allows for out-of-tree builds (e.g. where the srouce direcctory is read-only).
Unfortunately, LibAAF seems to actively prevent out-of-tree builds, by basing the output directory on PROJECT_SOURCE_DIR
PROJECT_SOURCE_DIR
https://github.com/agfline/LibAAF/blob/c09538608e56dbf42c099c7d1afa5f48c9d2a3fd/CMakeLists.txt#L73-L75
i think instead the output directory should be based on CMAKE_BINARY_DIR
CMAKE_BINARY_DIR
Cmake allows for out-of-tree builds (e.g. where the srouce direcctory is read-only).
Unfortunately, LibAAF seems to actively prevent out-of-tree builds, by basing the output directory on
PROJECT_SOURCE_DIR
https://github.com/agfline/LibAAF/blob/c09538608e56dbf42c099c7d1afa5f48c9d2a3fd/CMakeLists.txt#L73-L75
i think instead the output directory should be based on
CMAKE_BINARY_DIR