diff options
author | José Fonseca <jfonseca@vmware.com> | 2015-03-09 10:59:42 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2015-03-09 11:06:49 +0000 |
commit | 8de42d78b9ed6d303afaf35dca1340f918e421e0 (patch) | |
tree | 6b0bf9aeb0122ed8a3c38c34b3794f513ebd771a /thirdparty | |
parent | 684771c0c8079015721ab36a5b06cd9ee8136324 (diff) |
cmake: Set CMAKE_INCLUDE_CURRENT_DIR where appropriate.
Diffstat (limited to 'thirdparty')
-rw-r--r-- | thirdparty/libbacktrace/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/thirdparty/libbacktrace/CMakeLists.txt b/thirdparty/libbacktrace/CMakeLists.txt index 5f9c0b02..02415720 100644 --- a/thirdparty/libbacktrace/CMakeLists.txt +++ b/thirdparty/libbacktrace/CMakeLists.txt @@ -127,9 +127,8 @@ configure_file (backtrace-supported.h.in backtrace-supported.h) configure_file (config.h.in.cmake config.h) -include_directories (BEFORE - ${CMAKE_CURRENT_BINARY_DIR} -) +set (CMAKE_INCLUDE_CURRENT_DIR ON) + include_directories ( auxincl ) |