Skip oracle and database build by mean cmake variable
authorEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Sun, 12 Apr 2020 17:04:35 +0000 (19:04 +0200)
committerEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Fri, 17 Apr 2020 19:28:08 +0000 (21:28 +0200)
commite194cec922d114773959b8f3dc8a518e0092fc03
tree94cc33466789e1d0ca68e1e5c60be077f29d6e9b
parent2e2f6d4e2ffe1c8b86c812807f0e501ab78f56f9
Skip oracle and database build by mean cmake variable

You could avoid database resources compilation to ease the add of requirements:
   > cmake -DSKIP_DATABASE_BUILD=1 .
CMakeLists.txt
README.md