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_include_directories(${PROJECT_NAME} PRIVATE ${RapidJSON_INCLUDE_DIRS})
|
||||||
target_link_libraries(${PROJECT_NAME}
|
target_link_libraries(${PROJECT_NAME}
|
||||||
PRIVATE
|
PRIVATE
|
||||||
Boost::Boost
|
Boost::boost
|
||||||
LibCommuni::LibCommuni
|
LibCommuni::LibCommuni
|
||||||
OpenSSL::OpenSSL
|
OpenSSL::OpenSSL
|
||||||
qt5keychain
|
qt5keychain
|
||||||
|
|
Loading…
Reference in a new issue