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
commit1137e84828c44120cf0300f0b434a8dd20dcc298 (patch)
tree2f8d565fe59a0b9ca8467349fa12301c10ba140a
parent887627fd284440b346818d17b139d3bd876ba4e6 (diff)
downloaddexon-solidity-1137e84828c44120cf0300f0b434a8dd20dcc298.tar.gz
dexon-solidity-1137e84828c44120cf0300f0b434a8dd20dcc298.tar.zst
dexon-solidity-1137e84828c44120cf0300f0b434a8dd20dcc298.zip
fixed #1022
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fb79d587..3b9dc603 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,8 +11,8 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DSTATICLIB")
aux_source_directory(. SRC_LIST)
+include_directories(BEFORE ..)
include_directories(${Boost_INCLUDE_DIRS})
-include_directories(..)
set(EXECUTABLE lll)