fix cmake parse path string error (#88)
Co-authored-by: Jian You (jianyou) <jianyou@cisco.com>
This commit is contained in:
@@ -19,6 +19,7 @@ function(download_websocketpp)
|
||||
foreach(f IN LISTS possible_file_locations)
|
||||
if(EXISTS ${f})
|
||||
set(websocketpp_URL "${f}")
|
||||
file(TO_CMAKE_PATH "${websocketpp_URL}" websocketpp_URL)
|
||||
set(websocketpp_URL2)
|
||||
break()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user