wampcc icon indicating copy to clipboard operation
wampcc copied to clipboard

Remove pkg-config from CMakeLists.txt

Open JulZimmermann opened this issue 6 years ago • 2 comments

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

JulZimmermann avatar Mar 18 '18 13:03 JulZimmermann

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 :)

JulZimmermann avatar Mar 18 '18 13:03 JulZimmermann

Will leave this issue as open; more documentation needed for windows build

darrenjs avatar Mar 20 '18 07:03 darrenjs