Hi Robert, Using ${CMAKE_SOURCE_DIR} instead of a relative path creates a problem when including the log4cxx root directory from a higher level CMakeLists.txt. CMAKE_SOURCE_DIR is (inconveniently) set where the top-most CMakeLists.txt file resides.
You are using ${CMAKE_SOURCE_DIR} in src/main /include and src/main/cpp. On Tue, Apr 13, 2021 at 12:09 PM Robert Middleton <rmiddle...@apache.org> wrote: > Before I go and do a release of log4cxx, are there any issues that may > need to be taken care of before the next release? Otherwise, if there > are no objections, I'll call for a release vote here shortly for > version 0.12.0. > > -Robert Middleton >