mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Removed some more double-expansions of CMAKE_SYSTEM_NAME.
This commit is contained in:
parent
72458c1cff
commit
0149d22385
2 changed files with 3 additions and 3 deletions
|
@ -142,7 +142,7 @@ elseif(USE_X11)
|
|||
target_link_libraries(common PUBLIC ${XRANDR_LIBRARIES})
|
||||
endif()
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
target_link_libraries(common PUBLIC dl rt)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue