From 138b6c337cb9e138b487e95f83c65632338db7f6 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 27 Nov 2012 19:28:49 +0000 Subject: [PATCH] oops --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c5abce9..82c4111 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,13 +76,6 @@ if(NOT HAVE_VSNPRINTF) add_definitions(-DHAVE_NO_VSNPRINTF) endif(NOT HAVE_VSNPRINTF) -include(CheckFunctionExists) -check_function_exists(vsnprintf HAVE_VSNPRINTF) -if(NOT HAVE_VSNPRINTF) -message(FATAL_ERROR "Compiler does not support function 'vsnprintf'.") -endif() - - find_package(OpenGL) if(OPENGL_FOUND) list(APPEND EXTERNAL_INCLUDES ${OPENGL_INCLUDE_DIR}) -- GitLab