CMake Warning (dev) at include/SOIL2/CMakeLists.txt:67 (install):
Target soil2 has PUBLIC_HEADER files but no PUBLIC_HEADER DESTINATION.
This warning is for project developers. Use -Wno-dev to suppress it.
From what I can tell, this is a problem with the library and not my CMakeLists.txt file, but incase it is, a modified version is available here
During the building for SOIL2 a warning is given
From what I can tell, this is a problem with the library and not my CMakeLists.txt file, but incase it is, a modified version is available here