Skip to content

Use CMAKE_CURRENT_SOURCE_DIR instead of CMAKE_SOURCE_DIR

Alexander Dielen requested to merge cmake_source_dir into master

This makes it possible to use OpenVolumeMesh inside another cmake project where CMAKE_SOURCE_DIR (the top level source directory of a project) is not the OpenVolumeMesh source directory.

Merge request reports