Closed RubyNova closed 2 years ago
I'll check this!
Awesome, let us know if you need anything
Running the steps of the README on a Linux Mint install I cannot build the project. I attach the error logs. Did I miss something? err.log
You have - but no worries I got you. :)
Our readme states we do not work with GCC at this time and it's due to the exact error about type punning you are getting.
If you can, please use clang or MSVC instead.
Oh, I missed this! I got it, I'll try again, thanks for the quick feedback.
This should be a very low cost fix with good robustness benefit.
The goal here is to simply replace
CMAKE_SOURCE_DIR
withPROJECT_SOURCE_DIR
and still have CMake work correctly.This change should allow people to use the NovelRT Engine via
FetchContent
functionality.