Re: [webkit-dev] Is gperf really needed when building the JSCOnly with CMake?

2018-10-01 Thread Michael Catanzaro
On Sun, Sep 30, 2018 at 7:29 PM, Konstantin Tokarev wrote: Or, better, if (ENABLE_WEBCORE) Yeah, that's better ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Is gperf really needed when building the JSCOnly with CMake?

2018-09-30 Thread Konstantin Tokarev
Or, better, if (ENABLE_WEBCORE) 30.09.2018, 18:58, "Michael Catanzaro" :Yeah, I'd just put it in an if (NOT ${PORT} STREQUAL "JSCOnly")(writing that off the top of my head, probably somehow wrong)___webkit-dev mailing

Re: [webkit-dev] Is gperf really needed when building the JSCOnly with CMake?

2018-09-30 Thread Michael Catanzaro
Yeah, I'd just put it in an if (NOT ${PORT} STREQUAL "JSCOnly") (writing that off the top of my head, probably somehow wrong) ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Is gperf really needed when building the JSCOnly with CMake?

2018-09-30 Thread Koby Boyango
Hi I'm currently experimenting with using the new Azure Pipelines as the CI platform for node-jsc. While setting up the Windows test, I had to add some extra steps in order to add gperf and make sure CMake's find_package finds it. Currently, gperf is required for all CMake ports, as it is checked