Skip to content

Commit affc1e5

Browse files
committed
Linux compilation fix
1 parent 2c18833 commit affc1e5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ set(libs
316316
if(UNIX AND NOT APPLE)
317317
list(APPEND libs curl X11)
318318
if(LINUX)
319-
list(APPEND atomic)
319+
list(APPEND libs atomic)
320320
endif()
321321
endif()
322322

0 commit comments

Comments
 (0)