mvdevs / mvsdk

JK2MV - SDK
https://jk2mv.org
GNU General Public License v2.0
16 stars 20 forks source link

Fix cmake warning on Multithreaded params #13

Closed TriForceX closed 1 year ago

TriForceX commented 1 year ago

Set the params properly to prevent the next warning when generating project files. CMake Warning (dev) at CMakeLists.txt:160 (set): implicitly converting 'TYPE' to 'STRING' type.

Daggolin commented 1 year ago

Thanks for pointing this out. Seems this was broken since the initial commit of mvdevs/jk2mv and carried over from there. As none of the other variables have the internal cache enabled I decided to remove the cache option instead: bf024a06c01c62bf5802c790952a0aa93f824958.