Skip to content

Commit eea4150

Browse files
authored
Merge pull request #532 from fastfetch-cli/dev
Release v2.0.2
2 parents ffe354a + afa736c commit eea4150

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22

33
project(fastfetch
4-
VERSION 2.0.1
4+
VERSION 2.0.2
55
LANGUAGES C
66
DESCRIPTION "Fast system information tool"
77
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
@@ -825,6 +825,7 @@ elseif(WIN32)
825825
)
826826
elseif(BSD)
827827
target_link_libraries(libfastfetch
828+
PRIVATE "m"
828829
PRIVATE "usbhid"
829830
)
830831
elseif(ANDROID)

0 commit comments

Comments
 (0)