Kitware / fletch

Computer Vision Software Development Environment
61 stars 54 forks source link

Move the nasm args into the already patched CMakeList.txt for simd #676

Closed dstoup closed 3 years ago

dstoup commented 3 years ago

The clear intent of the original CMakeLists.txt that we patched was to run nasm(yasm) with -g in Debug or RelWithDebInfo. We removed those lines and added -g v8 to the CMake arguments. The new CMake 3.20.1 is not happy with those args added in the way we were doing it so libjpeg-turbo stopped configuring. This patch moves those arguments into its expected location and condition."

kwcvrobot commented 3 years ago

Fletch KWIVER against Fletch LinuxGPU build succeeded.