Skip to content
Snippets Groups Projects
Commit 138b6c33 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

oops

parent 1a44878a
Branches
Tags
No related merge requests found
......@@ -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})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment