diff --git a/cmake/3rdParty.cmake b/cmake/3rdParty.cmake index b6731ae239..d1b1fe7cc6 100644 --- a/cmake/3rdParty.cmake +++ b/cmake/3rdParty.cmake @@ -21,8 +21,6 @@ if(NOT EXISTS ${LY_3RDPARTY_PATH}/3rdParty.txt) message(FATAL_ERROR "3rdParty.txt not found in ${LY_3RDPARTY_PATH}, call cmake defining a valid LY_3RDPARTY_PATH or use cmake-gui to configure it") endif() -include(CMakeParseArguments) - #! ly_add_external_target_path: adds a path to module path so 3rdparty Find files can be added from paths different than cmake/3rdParty # # \arg:PATH path to add diff --git a/cmake/LYWrappers.cmake b/cmake/LYWrappers.cmake index 25465ce69c..bd904adaa3 100644 --- a/cmake/LYWrappers.cmake +++ b/cmake/LYWrappers.cmake @@ -12,7 +12,6 @@ set(LY_UNITY_BUILD OFF CACHE BOOL "UNITY builds") include(CMakeFindDependencyMacro) -include(CMakeParseArguments) include(cmake/LyAutoGen.cmake) ly_get_absolute_pal_filename(pal_dir ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Platform/${PAL_PLATFORM_NAME})