aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-04-03 00:06:01 +0200
committergjoranv <gv@verizonmedia.com>2021-04-03 00:06:01 +0200
commitabd2ff5afc6672631b878d19534028c73211484b (patch)
tree253695f41fec441aee6abbb36577ef48d30bbb64 /CMakeLists.txt
parentc23936c08384e74f0c2fa7f364396eb65d570d0c (diff)
Do not install the component module.
- The jar is now embedded in the container-disc bundle.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ddd084f310f..059851205cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,7 +45,6 @@ include_directories(BEFORE ${CMAKE_BINARY_DIR}/configdefinitions/src)
add_subdirectory(application-model)
add_subdirectory(application-preprocessor)
add_subdirectory(athenz-identity-provider-service)
-add_subdirectory(component)
add_subdirectory(config-bundle)
add_subdirectory(config-model)
add_subdirectory(config-model-api)