Search code examples
cmakefortifymicrofocus

Use Fortify sourceanalyzer with CMake


I have a Makefile generated by CMake. The following path to CMake executable is set in the Makefile:

CMAKE_COMMAND = /home/xyz/opt/cmake/cmake-3.1.1/bin/cmake

How can I integrate Fortify sourceanalyzer with it and run scans?


Solution

  • Fortify doesn't support CMake, I received confirmation from Fortify support team.