SPEC-5789 Remove inclusion of CMakeParseArguments

This commit is contained in:
Esteban Papp
2021-04-14 10:24:23 -07:00
committed by GitHub
parent 2961e31f45
commit 70c2d5ee40
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -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
-1
View File
@@ -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})