Open GitMensch opened 5 years ago
Hmm, this might be related to the GNUInstallDirs
module.
I'll try to take a look at it tomorrow, but no guarantees. Not sure how easy it will be for me to reproduce your setup.
Not sure how easy it will be for me to reproduce your setup. I could at least provide the MinGW environment I've used for the test as 7z if needed...
I think that might help since MinGW probably works with wine. (I don't actually have a Windows system I could test things on, except maybe a VM lying around somewhere).
make install
with a previous run ofcmake -G "MSYS Makefiles" ..
uses the main prefixProgram Files (x86)\cJSON
(cannot be override by-DCMAKE_INSTALL_PREFIX=/mingw
and/ormake PREFIX=/mingw install
.