Removed some more double-expansions of CMAKE_SYSTEM_NAME.

This commit is contained in:
David Korth
2018-07-02 13:01:16 -04:00
parent 72458c1cff
commit 0149d22385
2 changed files with 3 additions and 3 deletions

View File

@ -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()