Alex Demyankov

Results 9 comments of Alex Demyankov

Hey folks, I have a question. Neither this approach nor FetchContent works for [flatcc ](https://github.com/dvidelabs/flatcc.git) library. All because flatcc doesn't follow the natural way/patter of CMake build system. You have...

@audiofanatic yes, thanks for the tips!

Yeah, I also couldn't make it work with strings. :-/ ```C++ using certs = std::pair; certs x; op->add_option( "--verify", x, "[SIGNER SUBJECT] Verify the signature of the subject cert with...

It looks like I didn't understand how the options works. The default value is assigned only if the option is not specified in the command line arguments. Otherwise, it is...

Thank you, @phlptp ! That was exactly what I was missing. Now, I understand what it means in the documentation `expected(0,1) is the equivalent of making a flag.`

@AniruddhaKanhere yes, thank you, that sounds like a good solution.

Neither in Linux! ``` Neptune$ scons target=x86_64-unknown-linux scons: Reading SConscript files ... ********** Configuring Build Target = x86_64-unknown-linux / Debug ******** scons: done reading SConscript files. scons: Building targets ......

Thanks @stewpend0us , that worked for me!