[cmake] Metabuild system script change suggestion#13
[cmake] Metabuild system script change suggestion#13Dalmurii wants to merge 3 commits intomackron:masterfrom
Conversation
Changes to be committed: modified: CMakeLists.txt
but target environment is not native. (for now, CGWIN, MINGW, ...) Changes to be committed: - modified: CMakeLists.txt
since c89atomics may use its header. Changes to be committed: - modified: CMakeLists.txt
|
Thanks for this. I think this looks fine, but now all of my other libraries will have the same issues... That'll be fun. So what's the issue with the Out of curiosity, with the |
|
|
Hello are you there |
removed library fetching on host UNIX -> target not UNIX.
This part tries to fetch native library when targetted for MINGW, CGWIN, etc therefore linker panics. Funny.
I have bypassed them by simply not fetching libatomic under these conditions, under assumptions
separated build/install interface for smooth installation scenario.
source prefixed including will cause error on installing c89atomic.
separated include directories with build/install interface.