summaryrefslogtreecommitdiff
path: root/BuildTNG.cmake
diff options
context:
space:
mode:
authorMagnus Lundborg <lundborg.magnus@gmail.com>2014-07-01 07:18:52 (GMT)
committerMagnus Lundborg <lundborg.magnus@gmail.com>2014-07-01 07:18:52 (GMT)
commitb56e1d189bebd6d959fcd8756b17753c089b5340 (patch)
treecaf2db4f8829502ef4beaa85b0f39b85d91ec8db /BuildTNG.cmake
parentf4cecda288dbc2b469d908af4f6d71c7a7c018a3 (diff)
Adjust include directory for some corner cases
This corresponds to the changes in BuildTNG.cmake in commit e43be47fad70e in the GROMACS repository. Change-Id: I0f2fdd4356dd8132a9d7947ccbcb8f46547648eb
Diffstat (limited to 'BuildTNG.cmake')
-rw-r--r--BuildTNG.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/BuildTNG.cmake b/BuildTNG.cmake
index 77dd1d2..ea77430 100644
--- a/BuildTNG.cmake
+++ b/BuildTNG.cmake
@@ -23,8 +23,8 @@ include(CheckIncludeFile)
check_include_file(inttypes.h TNG_HAVE_INTTYPES_H)
macro(TNG_GET_SOURCE_LIST TNG_SOURCELIST TNG_COMPILEDEFS)
- include_directories(${TNG_ROOT_SOURCE_DIR}/include)
- include_directories(${TNG_ROOT_BINARY_DIR}/include)
+ include_directories(BEFORE ${TNG_ROOT_SOURCE_DIR}/include)
+ include_directories(BEFORE ${TNG_ROOT_BINARY_DIR}/include)
set(_tng_compression_sources bwlzh.c bwt.c coder.c dict.c fixpoint.c huffman.c huffmem.c lz77.c merge_sort.c mtf.c rle.c tng_compress.c vals16.c warnmalloc.c widemuldiv.c xtc2.c xtc3.c)
set(_tng_io_sources tng_io.c md5.c)
set(${TNG_SOURCELIST})
contact: Jan Huwald // Impressum