cmake: remove duplicated directive used to include cmake_modules

This commit is contained in:
scribam 2018-07-12 20:59:11 +02:00 committed by Ivan
parent b36d0fd59f
commit e18e6576f3
1 changed files with 0 additions and 2 deletions

View File

@ -184,8 +184,6 @@ else()
message("-- Using Custom RPCS3_SRC_DIR=${RPCS3_SRC_DIR}") message("-- Using Custom RPCS3_SRC_DIR=${RPCS3_SRC_DIR}")
endif() endif()
set(CMAKE_MODULE_PATH "${RPCS3_SRC_DIR}/cmake_modules")
# Prefer GLVND for OpenGL rather than legacy # Prefer GLVND for OpenGL rather than legacy
set(OpenGL_GL_PREFERENCE GLVND) set(OpenGL_GL_PREFERENCE GLVND)
find_package(OpenGL REQUIRED) find_package(OpenGL REQUIRED)