mirror of
https://github.com/eddyem/small_tel.git
synced 2026-06-19 10:26:25 +03:00
fixed some bugs, check @ real system
This commit is contained in:
@@ -64,3 +64,7 @@ if(LIGHTNING)
|
||||
endif()
|
||||
|
||||
install(TARGETS ${LIBS} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
install(CODE [===[
|
||||
message(STATUS "Run ldconfig")
|
||||
execute_process(COMMAND ldconfig)
|
||||
]===])
|
||||
|
||||
Reference in New Issue
Block a user