Skip to content

Commit

Permalink
add correct check for clang again doh
Browse files Browse the repository at this point in the history
  • Loading branch information
juangpc committed Dec 3, 2021
1 parent 03e7ecd commit bd31738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/mne_anonymize/mne_anonymize.pro
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ HEADERS += \
FORMS += \
mainwindow.ui

*-clang++ {
clang {
QMAKE_CXXFLAGS += -isystem $${EIGEN_INCLUDE_DIR}
} else {
INCLUDEPATH += $${EIGEN_INCLUDE_DIR}
Expand Down

0 comments on commit bd31738

Please sign in to comment.