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_portaudio)
|
||||
foreach(f IN LISTS possible_file_locations)
|
||||
if(EXISTS ${f})
|
||||
set(portaudio_URL "${f}")
|
||||
file(TO_CMAKE_PATH "${portaudio_URL}" portaudio_URL)
|
||||
set(portaudio_URL2)
|
||||
break()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user