Passing command line arguments to CMake executable in QtCreator 4.11+
-
I want to get rid of warning when building CMake based project in QtCreator 4.11
CMake Warning: Manually-specified variables were not used by the project: CMAKE_C_COMPILER QT_QMAKE_EXECUTABLETo do it I want to pass
--no-warn-unused-cliargument to CMake executable, but seems there is no way to do.
Am I missing anything?