-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup for windows debug build #133
Labels
Comments
need CMAKE_BUILD_TYPE as well
|
This version of ExternalOpenVINO.cmake makes it easy to build fast for debug on windows, if(NOT CMAKE_BUILD_TYPE) So far not found how to transfer CMAKE_BUILD_TYPE from Visual Studio to CMake..... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FAST/source/FAST/Algorithms/NeuralNetwork/InferenceEngines/CMakeLists.txt
Line 56 in 2a8aa0b
In addition the cmake/ExternalOpenVINO.cmake must be changed locally to build and install Debug version of OpenVINO. Found no way so far to setup cmake for automatic for this....
The text was updated successfully, but these errors were encountered: