Skip to content

cmake top level include fix

This fix removes the INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}) from the top level CMakesLists.txt file. It is not needed because there are no include files there and can cause conflicts because there is now an induce file version as part of the C++ standard library which will conflict with the VERSION file used by Nectar++

Merge request reports