Browse Source

display compilers

Former-commit-id: 9d0009da29dfe9b749076b28b4326342b5d7535c
Alec Jacobson 8 years ago
parent
commit
1069c7eadf
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tutorial/CMakeLists.txt

+ 2 - 0
tutorial/CMakeLists.txt

@@ -1,5 +1,7 @@
 cmake_minimum_required(VERSION 2.8.12)
 project(libigl_tutorials)
+message(STATUS "CMAKE_C_COMPILER: ${CMAKE_C_COMPILER}")
+message(STATUS "CMAKE_CXX_COMPILER: ${CMAKE_CXX_COMPILER}")
 
 ### libIGL options: choose between header only and compiled static library
 option(LIBIGL_USE_STATIC_LIBRARY "Use LibIGL as static library" ON)