We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b40c7 commit dd801f1Copy full SHA for dd801f1
cmake/udaPlugins.cmake
@@ -50,10 +50,10 @@ macro( uda_plugin )
50
target_link_libraries( ${PLUGIN_LIBNAME} PRIVATE ${LIBRARIES} )
51
target_include_directories( ${PLUGIN_LIBNAME} PRIVATE ${PLUGIN_EXTRA_INCLUDE_DIRS} )
52
target_compile_definitions( ${PLUGIN_LIBNAME} PRIVATE ${PLUGIN_EXTRA_DEFINITIONS} )
53
-
+
54
install(
55
TARGETS ${PLUGIN_LIBNAME}
56
- DESTINATION ${CMAKE_INSTALL_LIBDIR}/plugins
+ DESTINATION lib/plugins
57
)
58
59
0 commit comments