eternal icon indicating copy to clipboard operation
eternal copied to clipboard

Allow eternal to be used as a subdirectory

Open Qix- opened this issue 4 years ago • 0 comments

Kind of strange it hasn't been caught before, but using CMAKE_SOURCE_DIR always refers to the root-most CMake project, not the Eternal directory (wherever it might exist).

Changing it to CMAKE_CURRENT_SOURCE_DIR allows Eternal to properly set up the include paths of the interface target to refer to the subdirectory's location instead of the project root (which makes no sense).

Qix- avatar Aug 24 '21 16:08 Qix-