Home > Back-end >  C program compiled using Cmake stuck at the Release version
C program compiled using Cmake stuck at the Release version

Time:03-09

A very strange phenomenon, normal compile CMAKE_BUILD_TYPE set to Debug, but with RelWithDebugInfo and Release at compile time, get stuck on a fixed schedule, I don't know inside was compiled or just stuck... This is why, I use the third-party libraries opencv and onnxruntime, related to this

CodePudding user response:

CMakeLists again. TXT file in the appropriate position to add
The message (" message ")
Or
The message (" message, the variable name: ${name} ")
Or
The message (FATAL_ERROR "message, the variable name: ${name}")
Adjustable cmake process,
  • Related