diff options
Diffstat (limited to 'bindings/intrinsics/CMakeLists.txt')
-rw-r--r-- | bindings/intrinsics/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/intrinsics/CMakeLists.txt b/bindings/intrinsics/CMakeLists.txt index ee981217..b7668ce8 100644 --- a/bindings/intrinsics/CMakeLists.txt +++ b/bindings/intrinsics/CMakeLists.txt @@ -29,5 +29,5 @@ SET_TARGET_PROPERTIES(afb-dbus-binding PROPERTIES ) TARGET_LINK_LIBRARIES(afb-dbus-binding ${json-c_LDFLAGS} ${libsystemd_LDFLAGS}) INSTALL(TARGETS afb-dbus-binding - LIBRARY DESTINATION ${binding_install_dir}) + LIBRARY DESTINATION ${INTRINSIC_BINDING_DIR}) |