Don't call ldconfig in CMake scripts.

Closes #1048. Thanks to Greg Troxel.
This commit is contained in:
Roger A. Light
2019-04-26 17:07:02 +01:00
parent b649c972eb
commit efa649f451
4 changed files with 1 additions and 14 deletions
-5
View File
@@ -38,8 +38,3 @@ if (WITH_STATIC_LIBRARIES)
endif (WITH_STATIC_LIBRARIES)
install(FILES mosquittopp.h DESTINATION "${INCLUDEDIR}")
if (UNIX AND NOT APPLE)
install(CODE "EXEC_PROGRAM(/sbin/ldconfig)")
endif (UNIX AND NOT APPLE)