X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=inline;f=test%2FCMakeLists.txt;h=ef98a9c45ffc00247cb38f8297f37eaceea5dec8;hb=0623eb8c7d596c8507f6c69263990973ba65f70c;hp=e3c480ee325cf4a233d31508b4ba1083b861adeb;hpb=51ae69ae74d4868e52785875daa5fa1360e638a6;p=pulseview.git diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e3c480e..ef98a9c 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -149,7 +149,7 @@ endif() if(Qt5Core_FOUND) qt5_wrap_cpp(pulseview_TEST_HEADERS_MOC ${pulseview_TEST_HEADERS}) else() - # Workaroud for QTBUG-22829: -DBOOST_NEXT_PRIOR_HPP_INCLUDED. + # Workaround for QTBUG-22829: -DBOOST_NEXT_PRIOR_HPP_INCLUDED. # https://bugreports.qt.io/browse/QTBUG-22829 qt4_wrap_cpp(pulseview_TEST_HEADERS_MOC ${pulseview_TEST_HEADERS} OPTIONS -DBOOST_NEXT_PRIOR_HPP_INCLUDED)