Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. -- Building for: Visual Studio 15 2017
  2. -- The C compiler identification is MSVC 19.14.26431.0
  3. -- The CXX compiler identification is MSVC 19.14.26431.0
  4. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.14.26428/bin/Hostx86/x86/cl.exe
  5. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.14.26428/bin/Hostx86/x86/cl.exe -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.14.26428/bin/Hostx86/x86/cl.exe
  9. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.14.26428/bin/Hostx86/x86/cl.exe -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Detecting CXX compile features
  13. -- Detecting CXX compile features - done
  14. CMake Error at CMakeLists.txt:4 (get_config_option_string):
  15. Unknown CMake command "get_config_option_string".
  16.  
  17.  
  18. CMake Warning (dev) in CMakeLists.txt:
  19. No cmake_minimum_required command is present. A line of code such as
  20.  
  21. cmake_minimum_required(VERSION 3.11)
  22.  
  23. should be added at the top of the file. The version specified may be lower
  24. if you wish to support older CMake versions for this project. For more
  25. information run "cmake --help-policy CMP0000".
  26. This warning is for project developers. Use -Wno-dev to suppress it.
  27.  
  28. -- Configuring incomplete, errors occurred!
  29. See also "C:/Users/myUsername/Documents/GitHub/openage/openage/build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement