mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-23 22:05:58 +01:00
Remove librt on macOS
This commit is contained in:
parent
08d6af2caf
commit
7512a3ab91
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ ELSE()
|
|||
message(STATUS "Configuring Hypr in Release with CMake!")
|
||||
ENDIF(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG)
|
||||
|
||||
target_link_libraries(Hypr rt)
|
||||
IF(UNIX AND NOT APPLE)
|
||||
target_link_libraries(Hypr rt)
|
||||
ENDIF()
|
||||
|
||||
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
|
||||
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
|
||||
|
|
Loading…
Reference in a new issue