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 /dispatch | |
parent | 684771c0c8079015721ab36a5b06cd9ee8136324 (diff) |
cmake: Set CMAKE_INCLUDE_CURRENT_DIR where appropriate.
Diffstat (limited to 'dispatch')
-rw-r--r-- | dispatch/CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dispatch/CMakeLists.txt b/dispatch/CMakeLists.txt index fc04520e..d023e6e9 100644 --- a/dispatch/CMakeLists.txt +++ b/dispatch/CMakeLists.txt @@ -1,10 +1,7 @@ ############################################################################## # Dispatch -include_directories ( - ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_CURRENT_SOURCE_DIR} -) +set (CMAKE_INCLUDE_CURRENT_DIR ON) add_custom_command ( OUTPUT |