Use COMPILE_FLAGS rather than INCLUDE_DIRECTORIES property
The INCLUDE_DIRECTORIES property only became available in CMake 3.11, so we have to use COMPILE_FLAGS instead, which is already available in our required version (CMake 3.4.3).
Loading
Please register or sign in to comment