You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Error at CMakeLists.txt:34 (INCLUDE):
include could not find load file:
/Github/gl_vk_supersampled/../shared_sources/CMakeLists_include.txt
CMake Error at CMakeLists.txt:35 (add_subdirectory):
add_subdirectory given source
"/Github/gl_vk_supersampled/../shared_sources" which is not
an existing directory.
CMake Error at CMakeLists.txt:41 (_add_project_definitions):
Unknown CMake command "_add_project_definitions".
The text was updated successfully, but these errors were encountered:
I ran into a similar issue but then I found the shared_sources project. It would be nice if the README.md mentioned this. I installed it in the parent directory and cmake . worked but when I do make I get some errors:
/gl_vk_supersampled/../shared_sources/nv_math/nv_math.inl:406:17: error: declaration of reference variable
'u' requires an initializer
vector3<T>& u;
^
/gl_vk_supersampled/../shared_sources/nv_math/nv_math.inl:587:17: error: declaration of reference variable
'C' requires an initializer
matrix3<T>& C;
^
Ubuntu 16.04 - Intel® Core™ i7-5820K CPU
cmake .
The text was updated successfully, but these errors were encountered: