mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- two more CMake checks that are not needed anymore.
Neither of these function is in use so we do not need to check for them.
This commit is contained in:
parent
9e76faff1f
commit
0ba5803111
1 changed files with 0 additions and 10 deletions
|
@ -302,16 +302,6 @@ endif()
|
|||
|
||||
# Check for functions that may or may not exist.
|
||||
|
||||
CHECK_FUNCTION_EXISTS( filelength FILELENGTH_EXISTS )
|
||||
if( FILELENGTH_EXISTS )
|
||||
add_definitions( -DHAVE_FILELENGTH=1 )
|
||||
endif()
|
||||
|
||||
CHECK_FUNCTION_EXISTS( strupr STRUPR_EXISTS )
|
||||
if( NOT STRUPR_EXISTS )
|
||||
add_definitions( -DNEED_STRUPR=1 )
|
||||
endif()
|
||||
|
||||
require_stricmp()
|
||||
require_strnicmp()
|
||||
|
||||
|
|
Loading…
Reference in a new issue