Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. 1>PrepareForBuild:
  2. Creating directory "Win32\Release\INSTALL\".
  3. Creating directory "Win32\Release\INSTALL\INSTALL.tlog\".
  4. InitializeBuildStatus:
  5. Creating "Win32\Release\INSTALL\INSTALL.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  6. PostBuildEvent:
  7. setlocal
  8. "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -DBUILD_TYPE=Release -P cmake_install.cmake
  9. if %errorlevel% neq 0 goto :cmEnd
  10. :cmEnd
  11. endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
  12. :cmErrorLevel
  13. exit /b %1
  14. :cmDone
  15. if %errorlevel% neq 0 goto :VCEnd
  16. :VCEnd
  17. -- Install configuration: "Release"
  18. CMake Error at cmake_install.cmake:44 (file):
  19. file INSTALL cannot find
  20. "C:/Users/cottsay/source/repos/microsoft/vcpkg/buildtrees/ros-dashing-uncrustify-vendor/x86-windows-rel/uncrustify_vendor_install".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement