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
The GenerateCLP_FORWARD_PATHS_BUILD and GenerateCLP_FORWARD_PATHS_INSTALL
variables are used to generate a C++ macro. In d58e664
a bug was introduced when SlicerExecutionModel is built without JSON
support, the macro is generated with an empty line, breaking compilation.
This commit fixes the GenerateCLP_FORWARD_PATHS_[BUILD/INSTALL] variables
to make sure the C++ macro are always valid.
0 commit comments