mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-11 00:06:28 +00:00
- Changed commands to lowercase where it was not the case
This commit is contained in:
@@ -12,6 +12,6 @@ target_link_libraries(cert_app ${libs})
|
||||
add_executable(crl_app crl_app.c)
|
||||
target_link_libraries(crl_app ${libs})
|
||||
|
||||
INSTALL(TARGETS cert_app crl_app
|
||||
install(TARGETS cert_app crl_app
|
||||
DESTINATION "bin"
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
|
||||
|
||||
Reference in New Issue
Block a user