summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-01-20 15:05:58 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2020-01-20 15:05:58 +0000
commit7824abce7694ed0b7e447603df410d47e31e4832 (patch)
tree46db8fc951e80b6d4269d089df01c216c5f9fff6
parenta777ad7e0950e9d53f37fbceb8fb358eeb92965a (diff)
parent684576e945780fad08a6abb4c3b4aacfbc6ad9a8 (diff)
Merge "hvac: add missing linking to libm"
-rw-r--r--binding/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/binding/CMakeLists.txt b/binding/CMakeLists.txt
index 96de16d..d452411 100644
--- a/binding/CMakeLists.txt
+++ b/binding/CMakeLists.txt
@@ -32,4 +32,4 @@ PROJECT_TARGET_ADD(afm-hvac-binding)
)
# Library dependencies (include updates automatically)
- TARGET_LINK_LIBRARIES(${TARGET_NAME} ${link_libraries})
+ TARGET_LINK_LIBRARIES(${TARGET_NAME} ${link_libraries} m)