devongarde / ssc

static site checker (an opinionated HTML nitpicker)
Other
11 stars 2 forks source link

Hard-coded boost directories #15

Closed devongarde closed 4 years ago

devongarde commented 4 years ago

Remove hard-coded boost directories from build files (both makefiles and visual studio files)

devongarde commented 4 years ago

The CMake build will now use the system installation of boost, or, if preferred, one indicated by the BOOST environment variable. The Visual Studio build requires a BOOST environment variable, or boost on the library path. In both cases, the hard coded boost directory is removed.