Hello all!
My CMake project is for iOS and using XCode generator. For now there are troubles with getting build type. The command that calling CMake is:
cmake --build /Project/build/iOS_Simulator --target ALL_BUILD --config Release
cmake --build /Project/build/iOS_Simulator --target ALL_BUILD --config Debug
How to determine value of the parameter “config“ inside of CMake file? Need to know which type of configs is using Debug or Release.