Some minor fixes:

- Fix SUPPORT_X and TESTS_X flags in cmake
  Previously it was possible to enable TESTS_X with disabled SUPPORT_X

- Remove genX dirs from include paths

Change-Id: I70aa6ee4df6cc1ca641cce2e99b66f92f99fd4e1
This commit is contained in:
Mateusz Jablonski
2018-01-09 10:55:47 +01:00
committed by sys_ocldev
parent 9564c5c2c1
commit 4f884496a6
16 changed files with 21 additions and 46 deletions

View File

@ -20,8 +20,8 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
#include "hw_info.h"
#include "runtime/command_stream/tbx_command_stream_receiver.h"
#include "runtime/helpers/hw_info.h"
#include "runtime/helpers/options.h"
#include <string>