aboutsummaryrefslogtreecommitdiff
path: root/ports/libconfig/CMakeLists.txt
AgeCommit message (Collapse)Author
2021-08-18[libconfig] fix compilation errors on macos (#19374)James Athey
* remove "find_path(STDINT_H stdint.h)". On clang/macos, this picks up the kernel headers version of stdint.h, instead of the C standard library, breaking compilation * only define YY_NO_UNISTD_H and YY_USE_CONST on Windows, like the upstream CMakeLists.txt * set the C standard to C99, like the upstream CMakeLists.txt * update to 1.7.3 * remove the "fail" line from ci.baseline.txt * run ./vcpkg x-add-version --all to update metadata files * reset port-version
2021-01-19[libconfig] shlwapi is not available on linux (#15613)miheer vaidya
* shlwapi is not available on linux This fixes error while building for `x64-linux-dynamic`. * Update control version * Update port_versions Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2017-12-26[libconfig] update to 1.7.1Ivy Snow
2017-07-10[libconfig] Simplify CMake. Move header patching into the portfile.Robert Schumacher
2017-07-03[libconfig] Prevent Cmake Eating Semi-colonsatkawa7
2017-07-03[libconfig] fix guardsatkawa7
2017-07-03[libconfig] redefine scandir and preventing duplicated symbolsatkawa7
2017-06-29[libconfig] use find pathatkawa7
2017-06-29[libconfig] fixed issues with portfileatkawa7
2017-06-28[libconfig] added msvc scanner patchesatkawa7
2017-06-28[libconfig] init #1343atkawa7