Page MenuHomePhabricator

[Dashboard] Project template tests fail with clang on linux
Closed, ResolvedPublic

Description

The compiler flags of MITK are set in the project template test build but the compiler itself (CMAKE_CXX_COMPILER) is not set. As a result, the clang options are set but gcc is used as the compiler for the build within the test.

Event Timeline

New remote branch pushed: bug-15458-project-template-test-fails-with-clang-on-linux

[d2121f]: Merge branch 'bug-15458-project-template-test-fails-with-clang-on-linu

Merged commits:

2013-06-26 14:51:01 Marco Nolden [df036b]
Propagate compiler setting to plugin test build


2013-06-26 14:29:16 Marco Nolden [123b2d]
Propagate compiler setting to project template build