Advertisement
Guest User

Untitled

a guest
Jan 4th, 2018
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.88 KB | None | 0 0
  1. D:\Download\SeamAwareDecimater-master\build6>cmake -DCMAKE_BUILD_TYPE=Release ..
  2. -- Building for: Visual Studio 15 2017
  3. -- The C compiler identification is MSVC 19.12.25831.0
  4. -- The CXX compiler identification is MSVC 19.12.25831.0
  5. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.12.25827/bin/Hostx86/x86/cl.exe
  6. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.12.25827/bin/Hostx86/x86/cl.exe -- works
  7. -- Detecting C compiler ABI info
  8. -- Detecting C compiler ABI info - done
  9. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.12.25827/bin/Hostx86/x86/cl.exe
  10. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.12.25827/bin/Hostx86/x86/cl.exe -- works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Detecting CXX compile features
  14. -- Detecting CXX compile features - done
  15. -- Found Eigen: C:/Program Files/eigen (Required is at least version "3.2.0")
  16. -- Found LIBIGL: C:/Program Files
  17. CMake Warning (dev) at CMakeLists.txt:25 (if):
  18.   Policy CMP0054 is not set: Only interpret if() arguments as variables or
  19.   keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  20.   details.  Use the cmake_policy command to set the policy and suppress this
  21.   warning.
  22.  
  23.   Quoted variables like "MSVC" will no longer be dereferenced when the policy
  24.   is set to NEW.  Since the policy is not set the OLD behavior will be used.
  25. This warning is for project developers.  Use -Wno-dev to suppress it.
  26.  
  27. -- Configuring done
  28. -- Generating done
  29. CMake Warning:
  30.   Manually-specified variables were not used by the project:
  31.  
  32.     CMAKE_BUILD_TYPE
  33.  
  34.  
  35. -- Build files have been written to: D:/Download/SeamAwareDecimater-master/build6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement