Skip to content

Commit

Permalink
cmake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Dec 1, 2024
1 parent c12680c commit 18d5c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyprpm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ file(GLOB_RECURSE SRCFILES CONFIGURE_DEPENDS "src/*.cpp")

set(CMAKE_CXX_STANDARD 23)

pkg_check_modules(deps REQUIRED IMPORTED_TARGET tomlplusplus hyprutils>=0.2.4)
pkg_check_modules(hyprpm_deps REQUIRED IMPORTED_TARGET tomlplusplus hyprutils>=0.2.4)

add_executable(hyprpm ${SRCFILES})

Expand Down

0 comments on commit 18d5c10

Please sign in to comment.