[CMAKE] CMakeParseArguments is not needed anymore, cmake_parse_arguments is a builtin since CMake 3.5

This commit is contained in:
Jérôme Gardou 2020-09-17 10:05:02 +02:00 committed by Jérôme Gardou
parent 15dd31377a
commit 980ce77316

View file

@ -111,9 +111,6 @@ else()
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY NEVER)
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE NEVER)
#useful stuff!
include(CMakeParseArguments)
if(DBG)
add_definitions(-DDBG=1 -D_SEH_ENABLE_TRACE)
else()