We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec79e2b commit 9cdc8ebCopy full SHA for 9cdc8eb
1 file changed
contextual-classifier/CMakeLists.txt
@@ -74,9 +74,9 @@ else()
74
endif()
75
76
# Installation rules
77
-install(TARGETS ContextualClassifier DESTINATION lib)
+install(TARGETS ContextualClassifier DESTINATION ${CMAKE_INSTALL_LIBDIR})
78
if(FLORET_FOUND)
79
- install(TARGETS ml_inference_lib DESTINATION lib)
+ install(TARGETS ml_inference_lib DESTINATION ${CMAKE_INSTALL_LIBDIR})
80
install(FILES ${CMAKE_SOURCE_DIR}/contextual-classifier/Artifacts/floret_model_supervised.bin DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/urm/classifier)
81
82
0 commit comments