Skip to content

Commit

Permalink
Linux compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Nov 28, 2024
1 parent 2c18833 commit affc1e5
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -316,7 +316,7 @@ set(libs
if(UNIX AND NOT APPLE)
list(APPEND libs curl X11)
if(LINUX)
list(APPEND atomic)
list(APPEND libs atomic)
endif()
endif()

Expand Down
File renamed without changes.

0 comments on commit affc1e5

Please sign in to comment.