mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Fix boost target name
This commit is contained in:
parent
e1f6679416
commit
cc7c774b82
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ else ()
|
|||
target_include_directories(${PROJECT_NAME} PRIVATE ${RapidJSON_INCLUDE_DIRS})
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
PRIVATE
|
||||
Boost::Boost
|
||||
Boost::boost
|
||||
LibCommuni::LibCommuni
|
||||
OpenSSL::OpenSSL
|
||||
qt5keychain
|
||||
|
|
Loading…
Reference in a new issue