mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-24 06:15:57 +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!")
|
message(STATUS "Configuring Hypr in Release with CMake!")
|
||||||
ENDIF(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG)
|
ENDIF(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG)
|
||||||
|
|
||||||
|
IF(UNIX AND NOT APPLE)
|
||||||
target_link_libraries(Hypr rt)
|
target_link_libraries(Hypr rt)
|
||||||
|
ENDIF()
|
||||||
|
|
||||||
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
|
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
|
||||||
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
|
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
|
||||||
|
|
Loading…
Reference in a new issue