mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
cmake: remove duplicated directive used to include cmake_modules
This commit is contained in:
parent
b36d0fd59f
commit
e18e6576f3
1 changed files with 0 additions and 2 deletions
|
@ -184,8 +184,6 @@ else()
|
|||
message("-- Using Custom RPCS3_SRC_DIR=${RPCS3_SRC_DIR}")
|
||||
endif()
|
||||
|
||||
set(CMAKE_MODULE_PATH "${RPCS3_SRC_DIR}/cmake_modules")
|
||||
|
||||
# Prefer GLVND for OpenGL rather than legacy
|
||||
set(OpenGL_GL_PREFERENCE GLVND)
|
||||
find_package(OpenGL REQUIRED)
|
||||
|
|
Loading…
Add table
Reference in a new issue