diff options
Diffstat (limited to 'bindings/samples')
-rw-r--r-- | bindings/samples/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/samples/CMakeLists.txt b/bindings/samples/CMakeLists.txt index 51442684..c2dae240 100644 --- a/bindings/samples/CMakeLists.txt +++ b/bindings/samples/CMakeLists.txt @@ -21,7 +21,7 @@ macro(sample name source) set_target_properties(${name} PROPERTIES PREFIX "" LINK_FLAGS "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/export.map") # target_link_libraries(${name} ${link_libraries}) target_link_libraries(${name} ${json-c_LDFLAGS} ${CMAKE_THREAD_LIBS_INIT}) - install(TARGETS ${name} LIBRARY DESTINATION ${install_datadir}/bindings/samples) + install(TARGETS ${name} LIBRARY DESTINATION ${SAMPLE_INSTALL_DIR}/bindings/samples) endmacro(sample) sample(authLogin AuthLogin.c) |