mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-07 03:48:15 +00:00
CMake: Fix typo... s/USE_PIC/WITH_PIC/
This commit is contained in:
@@ -29,7 +29,7 @@ if(NOT glfw3_FOUND)
|
||||
set(GLFW_INSTALL OFF CACHE BOOL "" FORCE)
|
||||
set(BUILD_SHARED_LIBS OFF CACHE BOOL " " FORCE)
|
||||
set(GLFW_USE_WAYLAND ${USE_WAYLAND} CACHE BOOL "" FORCE)
|
||||
if (USE_PIC OR SHARED)
|
||||
if (WITH_PIC OR SHARED)
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user