Skip to content

Commit

Permalink
libteec/CMakeLists.txt: remove CFG_TEE_CLIENT_LOAD_PATH comment
Browse files Browse the repository at this point in the history
It's not needed now that both use CMAKE_INSTALL_LIBDIR as path.
If users want different paths, then they need to set
CMAKE_INSTALL_LIBDIR to their liking when compiling.

Acked-by: Jerome Forissier <[email protected]>
Signed-off-by: Mikko Rapeli <[email protected]>
  • Loading branch information
mikkorapeli-linaro committed Oct 8, 2024
1 parent c65e2ba commit bfd3869
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libteec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ target_link_libraries(teec
################################################################################
# Install targets
################################################################################
# FIXME: This should in someway harmonize with CFG_TEE_CLIENT_LOAD_PATH
# FIXME: Should we change this to /usr/local/lib?
install(TARGETS teec LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}")

Expand Down

0 comments on commit bfd3869

Please sign in to comment.