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
At this time, Tribol fails to build because BUILD_REDECOMP is undefined at the time TribolConfig.cmake is generating the config.hpp file.
The variable BUILD_REDECOMP is set in src/CMakeLists.txt file, and in CMake the variables have a directory scope, therefore it is still undefined in the parent scope.
As a temporary workaround, I added the option in cmake/Options.cmake and it fixes the issue.
Use
TRIBOL_USE_REDECOMP
in source instead ofBUILD_REDECOMP
to match the style used with other#ifdef
sThe text was updated successfully, but these errors were encountered: