Remove unnecessary variable assignment

This same code already exists in src/CMakeLists.txt
This commit is contained in:
Chris Thrasher 2022-08-07 20:00:12 -06:00 committed by Lukas Dürrenberger
parent 164c5025c7
commit 8384139983

View File

@ -403,7 +403,6 @@ function(sfml_find_package)
message(FATAL_ERROR "Unknown arguments when calling sfml_find_package: ${THIS_UNPARSED_ARGUMENTS}")
endif()
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/Modules/")
if (SFML_OS_IOS)
find_host_package(${target} REQUIRED)
else()