wampcc
wampcc copied to clipboard
Remove pkg-config from CMakeLists.txt
Since 917c809438cb52e46191666d41c5e1ee9709b15a CMakeLists.txt uses pkg-config. This breaks platform independence because pkg-config isn't available for windows systems.
Please remove pkg-config from CMakeLists.txt
OK, i just realized by adding -DJANSSON_DIR and -DLIBUV_DIR pkg-config isn't used at all.
More build documentation for windows would be nice :)
Will leave this issue as open; more documentation needed for windows build