Turns out the CMakeLists.txt file contains entries that cause CMake to ignore the build environment variables like CFLAGS. I have tried removing the offending lines and now get compiler errors having to do with common functions like std::stoi, so I need to bang on it 'til it works. :)
|
set(CMAKE_C_FLAGS "-Wall") |
Turns out the CMakeLists.txt file contains entries that cause CMake to ignore the build environment variables like CFLAGS. I have tried removing the offending lines and now get compiler errors having to do with common functions like
std::stoi, so I need to bang on it 'til it works. :)Main/v4l2rtspserver-master/CMakeLists.txt
Line 7 in 0d2a9ae