Commit 9856d967775dd2c0ac1ef35063c9dc49264a9ffd

Bastien Bouclet 2018-04-11T06:16:23

Fix the include path in the installed CMake target import file Previously the include path was {INSTALL_PREFIX}/include, it is now {INSTALL_PREFIX}/include/SDL2 to be consistent with the other build and package configuration systems. Fixes #4128.