mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-21 23:47:52 +08:00
Don't call ldconfig in CMake scripts.
Closes #1048. Thanks to Greg Troxel.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user