Closed amontoison closed 1 year ago
@ctribes How can we add the flag -diag-disable=10441 to the C / C++ compilers with CMake?
-diag-disable=10441
Update: It's -DCMAKE_CXX_FLAGS=-diag-disable=10441.
-DCMAKE_CXX_FLAGS=-diag-disable=10441
@ctribes You merged before that I finalized the PR. :)
On WIndows, CMake always use the same compiler for the three builds. I will fix it.
Sorry. I thought it was complete.
@ctribes How can we add the flag
-diag-disable=10441
to the C / C++ compilers with CMake?Update: It's
-DCMAKE_CXX_FLAGS=-diag-disable=10441
.