Skip to content

Commit

Permalink
Remove unused CMake variables
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed May 5, 2021
1 parent 189d16f commit 5271e8a
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions base/server/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,5 @@
project(server)

set(PKI_SUBSYSTEMS
ca
kra
ocsp
ra
tks
tps
)

set(TOMCAT_SUBSYSTEMS
ca
kra
ocsp
tks
)

set(APACHE_SUBSYSTEMS
ra
tps
)

add_subdirectory(${APP_SERVER})
add_subdirectory(tomcat)
add_subdirectory(cmsbundle)
Expand Down

0 comments on commit 5271e8a

Please sign in to comment.