Describe the bug
CMake build broken on window : Unknown CMake command "add_link_option"
Caused by #1362
add_link_option is not a cmake command. This should be add_link_options
To Reproduce
- Just try to build with CMake on window.
Expected behavior
Should be able to build on window.
Describe the bug
CMake build broken on window : Unknown CMake command "add_link_option"
Caused by #1362
add_link_option is not a cmake command. This should be add_link_options
To Reproduce
Expected behavior
Should be able to build on window.