Compile Issues: Does open3D support visual studio 2017? #6204
leolei1113
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have compiled open3D source code successfully on visual studio 2019 and integrated this library into my C++ project. But when I tried to compile it on visual studio 2017 platform using Cmake, it failed.
The error is "Could not find ISPC_ISAS_EXECUTABLE using the following names: ispc_isas". And I do not know how to fix it. It works on VS 2019 platform.
Beta Was this translation helpful? Give feedback.
All reactions