|
|
|
|
|
by gjasny
2842 days ago
|
|
If dependencies are a problem, you could always use the pre-compiled version from cmake.org. It uses the bundled 3rd party libs. I prefer software that uses mature 3rd party libs over NIH driven rewrites. Please also keep in mind that CMake is available for many platforms sone with fading user base like AIX, HPUX, or Solaris. Using a well tested event library like libuv helps to keep those supported. |
|