Page MenuHomePhabricator

Strip spaces from result variables of mitkFunctionCheckCompilerFlags
Closed, ResolvedPublic

Description

Variables like MITK_CXX14_FLAG contain -std=c++14 instead of -std=c++14 which causes trouble when assembling shell commands that are very sensitive to leading white space like Boost b2 properties.

Revisions and Commits