Instead of forcing the "/usr/bin/clang++" wrapper for AppleClang (which sets the environments to find the std headers) we should use the absolute path (as by default registered by CMake) and add the "-isysroot" flag.
Like here: https://github.com/ruslo/hunter/issues/108