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 f7def75 commit ccc8807Copy full SHA for ccc8807
CMakeLists.txt
@@ -3,5 +3,4 @@ PROJECT(image)
3
ADD_LIBRARY(image SHARED image.c)
4
INCLUDE_DIRECTORIES(/usr/include/mysql)
5
#TARGET_LINK_LIBRARIES(fifo )
6
-INSTALL(PROGRAMS libimage.so DESTINATION /usr/lib/mysql/plugin/)
7
-
+INSTALL(PROGRAMS libimage.so DESTINATION /usr/lib64/mysql/plugin/)
0 commit comments