libteec/CMakeLists.txt: remove CFG_TEE_CLIENT_LOAD_PATH comment

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 <jerome.forissier@linaro.org>
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
diff --git a/libteec/CMakeLists.txt b/libteec/CMakeLists.txt
index c857369..89ea757 100644
--- a/libteec/CMakeLists.txt
+++ b/libteec/CMakeLists.txt
@@ -62,8 +62,6 @@
 ################################################################################
 # 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}")