Ci windows x86 (#87)

* CI for 32-bit windows

* small fixes
This commit is contained in:
Fangjun Kuang
2023-03-07 17:14:52 +08:00
committed by GitHub
parent 822e05f169
commit 1cf2c0417a
8 changed files with 102 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ function(download_websocketpp)
foreach(f IN LISTS possible_file_locations)
if(EXISTS ${f})
set(websocketpp_URL "file://${f}")
set(websocketpp_URL "${f}")
set(websocketpp_URL2)
break()
endif()