Windows 10 VS2019 Cmake 3.20.5
https://github.com/ftexchange/ftx/tree/master/cpp
Whenever I try to run the cpp files (rest_test.cc), I would receive command line error D8021: invalid numeric argument '/Werror' etc. for many of the flags here
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_FLAGS "-Wall -Werror -Wfatal-errors -Wpedantic -Wextra -Wmissing-include-dirs -Wconversion -Wsign-conversion -pthread")
add_compile_options(-Wall -Werror -Wfatal-errors -Wpedantic -Wextra -Wmissing-include-dirs -Wconversion -Wsign-conversion -pthread)
I'm not sure how to proceed