miconda created an issue (kamailio/kamailio#4620)

With the old Makefiles, the following commands:

``` shell
make RADCLI=1 exclude_modules="app_python db_cassandra db_oracle dnssec jwt 
ndb_cassandra nats nsq osp ruxc stirshaken" cfg
make RADCLI=1 all
make RADCLI=1 install
```

compiled and installed all available modules excepting the ones in the 
`exclude_modules` list.

I tried with cmake:

``` shell
cmake -S . -B build -DEXCLUDE_MODULES="app_python db_cassandra db_oracle dnssec 
jwt ndb_cassandra nats nsq osp ruxc stirshaken"
cmake --build build
cmake --install build
```

But it seems that it only compiles and installs the default group of modules.

Is it a way with `cmake` to compile all modules found in `src/modules/` 
excepting a list provided via some parameter?

The mechanism is used in some scripts/tools for testing as well as validating 
releases.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4620
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to