Guest User

Untitled

a guest
Jun 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. #include <boost/optional.hpp>
  2.  
  3. int main(int argc, char** argv) {
  4. ;
  5. }
  6.  
  7. {
  8. "configurations": [
  9. {
  10. "name": "x86-Debug",
  11. "generator": "Visual Studio 15 2017",
  12. "configurationType": "Debug",
  13. "buildRoot": "${env.USERPROFILE}\CMakeBuilds\${workspaceHash}\build\${name}",
  14. "cmakeCommandArgs": "",
  15. "buildCommandArgs": "-m -v:minimal",
  16. "variables": [
  17. {
  18. "name": "CMAKE_TOOLCHAIN_FILE",
  19. "value": "C:\github.com\vcpkg\scripts\buildsystems\vcpkg.cmake"
  20. }
  21. ]
  22. }
  23. ]
  24. }
  25.  
  26. -- Selecting Windows SDK version 10.0.17134.0 to target Windows 10.0.14393.
  27. 1> -- Boost version: 1.67.0
  28. 1> this is C:/github.com/vcpkg/installed/x86-windows/include
  29. 1> -- Configuring done
  30. 1> -- Generating done
  31. 1> -- Build files have been written to: C:/Users/elampros/CMakeBuilds/31f1c30f-a176-4a35-a834-a64d29c38095/build/x86-Debug
  32. 1> Starting CMake target info extraction ...
  33. 1> CMake server connection made.
  34. 1> Extracted includes paths.
  35. 1> Extracted CMake variables.
  36. 1> Extracted source files and headers.
  37. 1> Extracted global settings.
  38. 1> Extracted code model.
  39. 1> Extracted CTest info.
  40. 1> Collating data ...
  41. 1> Target info extraction done.
  42.  
  43. fatal error C1083: Cannot open include file: 'boost/optional.hpp': No such file or directory
Add Comment
Please, Sign In to add comment