dgasmith / gau2grid

Fast computation of a gaussian and its derivative on a grid.
https://gau2grid.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
29 stars 15 forks source link

few msvc updates #56

Closed loriab closed 5 years ago

loriab commented 5 years ago

not sure if these are important if we'll be using clang-cl eventually. and there's more modern cmake ways for cxx_std, but these aren't wrong.

codecov[bot] commented 5 years ago

Codecov Report

Merging #56 into master will not change coverage. The diff coverage is n/a.

loriab commented 5 years ago

cl : Command line warning D9002: ignoring unknown option '/std:c++11'

compiler doesn't seem to like it anyways. so closing -- can always apply later.