aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-02-16 20:48:25 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-02-16 20:48:25 +0800
commitd5a2cf6491466c29891a572302ce76f11ee2a764 (patch)
tree93ee945bdc9edc50732535494c7206127141a0b8
parent76253901e9c2722f58ceb25f5293630f8538dd92 (diff)
downloaddexon-solidity-d5a2cf6491466c29891a572302ce76f11ee2a764.tar.gz
dexon-solidity-d5a2cf6491466c29891a572302ce76f11ee2a764.tar.zst
dexon-solidity-d5a2cf6491466c29891a572302ce76f11ee2a764.zip
fixed #1022
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2157fea7..4fdbdb85 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,8 +3,8 @@ set(CMAKE_AUTOMOC OFF)
aux_source_directory(. SRC_LIST)
-include_directories(..)
include_directories(BEFORE ${JSONCPP_INCLUDE_DIRS})
+include_directories(BEFORE ..)
include_directories(${Boost_INCLUDE_DIRS})
set(EXECUTABLE lllc)