File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ endif()
236
236
237
237
# default destination on Linux and macOS: "/usr/local"
238
238
#if(UNIX AND NOT APPLE)
239
- set (CMAKE_INSTALL_PREFIX "/usr" )
239
+ # set(CMAKE_INSTALL_PREFIX "/usr")
240
240
#else()
241
241
# set(CMAKE_INSTALL_PREFIX "tmp")
242
242
#endif()
@@ -269,8 +269,8 @@ install(TARGETS cmpClient
269
269
)
270
270
271
271
if (NOT TARGET uninstall)
272
- add_custom_target (uninstall
273
- COMMAND xargs -I{} rm -vf $ENV {DESTDIR}{} <install_manifest.txt
272
+ add_custom_target (uninstall
273
+ COMMAND xargs -I% rm -vf \ $ {DESTDIR}% <install_manifest.txt
274
274
COMMAND rm -vfr "\$ {DESTDIR}${CMAKE_INSTALL_PREFIX} /${CMAKE_INSTALL_INCLUDEDIR} /{secutils,cmp}"
275
275
COMMAND rm -vfr "\$ {DESTDIR}${CMAKE_INSTALL_PREFIX} /${CMAKE_INSTALL_DOCDIR} -dev"
276
276
COMMAND rm -vfr "\$ {DESTDIR}${CMAKE_INSTALL_PREFIX} /${CMAKE_INSTALL_LIBDIR} /cmake/${PROJECT_NAME} "
You can’t perform that action at this time.
0 commit comments