From 2cb512bd5dd2bb789d6a805aa800b4c92fae26ff Mon Sep 17 00:00:00 2001 From: Dylan Noblesmith Date: Mon, 27 Feb 2012 20:01:23 +0000 Subject: don't write generated header to the source directory It was impossible to have the source directory read-only. Also add the include_directories() directive for tests/util in just one place, under tests/, so that all subdirectories inherit it. A bunch of CMakeLists.txt files duplicate it, so delete those redundant include flags: sed -i -e "/^\t\${piglit_SOURCE_DIR}\/tests\/util/ d" \ `grep piglit_SOURCE_DIR -rl tests/ | grep "CMakeLists\.gl"` --- tests/hiz/CMakeLists.gl.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/hiz') diff --git a/tests/hiz/CMakeLists.gl.txt b/tests/hiz/CMakeLists.gl.txt index 832c4753..a64295ad 100644 --- a/tests/hiz/CMakeLists.gl.txt +++ b/tests/hiz/CMakeLists.gl.txt @@ -1,6 +1,5 @@ include_directories( ${piglit_SOURCE_DIR}/tests - ${piglit_SOURCE_DIR}/tests/util ${GLEXT_INCLUDE_DIR} ${OPENGL_INCLUDE_PATH} -- cgit v1.2.3