Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLAScommon
Commits
94cc2177
Commit
94cc2177
authored
Sep 03, 2019
by
Steffen Vogel
🎅🏼
Browse files
cmake: add missing fmt include
parent
73325386
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
94cc2177
...
...
@@ -57,6 +57,7 @@ find_package(OpenSSL 1.0.0 REQUIRED)
find_package
(
CURL 7.29 REQUIRED
)
find_package
(
Criterion
)
find_package
(
spdlog REQUIRED
)
find_package
(
fmt REQUIRED
)
pkg_check_modules
(
JANSSON IMPORTED_TARGET REQUIRED jansson>=2.7
)
pkg_check_modules
(
LIBCONFIG IMPORTED_TARGET libconfig>=1.4.9
)
...
...
lib/CMakeLists.txt
View file @
94cc2177
...
...
@@ -74,6 +74,7 @@ target_link_libraries(villas-common PUBLIC
${
CURL_LIBRARIES
}
${
CMAKE_DL_LIBS
}
spdlog::spdlog
fmt::fmt
stdc++
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment