Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Nov 26, 2024
1 parent d273063 commit 3c40d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ set(libs
)

if(UNIX AND NOT APPLE)
list(APPEND libs curl X11 atomic)
list(APPEND libs curl X11)
if(LINUX)
list(APPEND atomic)
endif()
Expand Down

0 comments on commit 3c40d88

Please sign in to comment.