https://git.reactos.org/?p=reactos.git;a=commitdiff;h=980ce77316eb3de9b50e6106a7af9aa28e93415b

commit 980ce77316eb3de9b50e6106a7af9aa28e93415b
Author:     Jérôme Gardou <[email protected]>
AuthorDate: Thu Sep 17 10:05:02 2020 +0200
Commit:     Jérôme Gardou <[email protected]>
CommitDate: Tue Oct 20 21:44:54 2020 +0200

    [CMAKE] CMakeParseArguments is not needed anymore, cmake_parse_arguments is 
a builtin since CMake 3.5
---
 CMakeLists.txt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a128b804842..ce1995e3b80 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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()

Reply via email to