Displaying 1 result from an estimated 1 matches for "cmake_c_compiler_ar".
2020 Jul 30
2
Help with build
...-----------------------------
In spite of that error, here is what appears in the CMake cache:
------------------------------------
//C compiler
CMAKE_C_COMPILER:FILEPATH=C:/MinGW/bin/gcc.exe
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_AR:FILEPATH=C:/MinGW/bin/gcc-ar.exe
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_RANLIB:FILEPATH=C:/MinGW/bin/gcc-ranlib.exe
//Flags used by the C compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by...