0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-03-22 10:51:10 +00:00

Fixed Unknown CMake command "CHECK_LIBRARY_EXISTS" error on Unix targets

Previously it worked somehow but not with CMake 3.0.2
This commit is contained in:
alexey.lysiuk 2014-10-18 12:33:39 +03:00
parent c9252d1919
commit 1715b25a3e

View file

@ -7,6 +7,7 @@ endif( COMMAND cmake_policy )
include( CheckCXXSourceCompiles )
include( CheckFunctionExists )
include( CheckCXXCompilerFlag )
include( CheckLibraryExists )
include( FindPkgConfig )
if( NOT APPLE )