sergey-safarov left a comment (kamailio/kamailio#4403)

I agree, the second option looks more flexible because it allows easy source 
compilation in many cases, not only for GitHub Actions.
About the remaining, I am not familiar with CMake, so I have a question. Should 
be used something like
```sh
        cmake -S . \
                -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \
                -G "Unix Makefiles" \
                -B build \     
                -DCMAKE_INSTALL_PREFIX=/usr \
                -DVERBOSE=ON \                                                 
                -DBUILD_DOC=ON \                           
                -DRADIUSCLIENT="FREERADIUS" \                                   
                          
                --fresh \
                -DCMAKE_BUILD_TYPE="MinSizeRel" \
                -DINCLUDE_MODULES="$_modules"
```
Could you also post an example for `toolchain.cmake` content?


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

Message ID: <kamailio/kamailio/issues/4403/[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