one-line fix for OPEN-39: (standalone) bitpack_test.o: No such file or directory
Review Request #168 - Created Feb. 26, 2011 and submitted
Boroondas Gupte | Reviewers | ||
viewer | |||
OPEN-39 | Aleric.Inglewood | ||
None | viewer-development |
On standalone, -I"${TUT_INCLUDE_DIR}" was added to the compile flags for integration tests of llcommon when TUT_INCLUDE_DIR might not have been set yet. This lead to a flag -I"", which would confuse g++ and lead to the tests' object files not being found. This change makes sure that TUT_INCLUDE_DIR is set by including Tut.cmake, which is responsible for setting it.
Clean rebuild with LL_TESTS ON (see also repro instructions on jira)
Seems good to me.
Review request changed
Updated (March 2, 2011, 5:32 a.m.)
- changed from on-line fix for OPEN-39: (standalone) bitpack_test.o: No such file or directory to one-line fix for OPEN-39: (standalone) bitpack_test.o: No such file or directory
(fixed typo in summary)
Other reviews