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
@marcoaccame and I tried to change CMAKE_BUILD_TYPE to Debug from the "root" build of the superbuild, either via ccmake and via cmake -DCMAKE_BUILD_TYPE=Debug, but all the subprojects remained compiled in Release. It seems that CMAKE_BUILD_TYPE is not propagated properly to the subprojects.
We tried in an existing build, we didn't try if this is a problem that occurs also from a fresh build
The text was updated successfully, but these errors were encountered:
@marcoaccame and I tried to change
CMAKE_BUILD_TYPE
toDebug
from the "root" build of the superbuild, either viaccmake
and viacmake -DCMAKE_BUILD_TYPE=Debug
, but all the subprojects remained compiled inRelease
. It seems thatCMAKE_BUILD_TYPE
is not propagated properly to the subprojects.We tried in an existing build, we didn't try if this is a problem that occurs also from a fresh build
The text was updated successfully, but these errors were encountered: