openenclave / openenclave

SDK for developing enclaves
https://openenclave.io/sdk/
MIT License
1.06k stars 357 forks source link

CMAKE does not support Universal Naming Convention (UNC) #2447

Open nonpolarity opened 4 years ago

nonpolarity commented 4 years ago

While a unc address is passed to cmake, such as cmake ../ -DCMAKE_INSTALL_PREFIX=\\server\share\path, the address will be modified to //server/share/path, which is not it means.

radhikaj commented 4 years ago

@nonpolarity Please check if this is a cmake issue or an issue with Open Enclave's cmake configuration. This was the behavior on cmd.