4
0
mirror of https://github.com/QuasarApp/openssl-cmake.git synced 2025-05-02 12:39:37 +00:00

oops revert a redefinition

This commit is contained in:
janbar 2019-12-08 23:22:10 +01:00
parent 05c661143c
commit a0c90e8071

@ -33,7 +33,6 @@ include( CheckIncludeFile )
CHECK_INCLUDE_FILE( fcntl.h CHK_DLFCN )
if( CHK_DLFCN )
set( HAVE_DLFCN_H ON )
add_definitions( -DHAVE_DLFCN_H )
endif()
if( APPLE )