diff options
author | Dylan Noblesmith <nobled@dreamwidth.org> | 2012-02-27 20:01:23 +0000 |
---|---|---|
committer | Dylan Noblesmith <nobled@dreamwidth.org> | 2012-03-03 13:16:44 +0000 |
commit | 2cb512bd5dd2bb789d6a805aa800b4c92fae26ff (patch) | |
tree | 34d9aac999d92427b5d9cc76ecfa33f4a4938849 /tests/spec/arb_robustness | |
parent | e627eb887b14de448349a89e67ceba813904df74 (diff) |
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"`
Diffstat (limited to 'tests/spec/arb_robustness')
-rw-r--r-- | tests/spec/arb_robustness/CMakeLists.gl.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/spec/arb_robustness/CMakeLists.gl.txt b/tests/spec/arb_robustness/CMakeLists.gl.txt index 1d939baad..a7e1a21cf 100644 --- a/tests/spec/arb_robustness/CMakeLists.gl.txt +++ b/tests/spec/arb_robustness/CMakeLists.gl.txt @@ -3,7 +3,6 @@ include_directories( ${OPENGL_INCLUDE_PATH} ${GLUT_INCLUDE_DIR} ${piglit_SOURCE_DIR}/tests/spec/arb_robustness - ${piglit_SOURCE_DIR}/tests/util ) link_libraries ( |