You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: