On 06/14/2018 04:43 PM, Steve wrote:
> When I run '/cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release ..'
> Windows Defender triggers and reports: Trojan:Win32/Fuerboos.C!cl on file:
> D:\DDS-master\AMM_Modules\build\CMakeFiles\3.11.3\CompilerIdC\a.exe

Strange.  That `a.exe` is an executable created by the MinGW compiler
by compiling a tiny source file CMake uses to identify the compiler.
CMake doesn't even try to run the executable.  It only needs to read
some strings out of it.

This must be triggering a false positive somehow.

-Brad
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake

Reply via email to