diff options
Diffstat (limited to 'src/crypto/md5/CMakeLists.txt')
-rw-r--r-- | src/crypto/md5/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/md5/CMakeLists.txt b/src/crypto/md5/CMakeLists.txt index a37c47e..6c5e80f 100644 --- a/src/crypto/md5/CMakeLists.txt +++ b/src/crypto/md5/CMakeLists.txt @@ -1,4 +1,4 @@ -include_directories(../../include) +include_directories(. .. ../../include) if (${ARCH} STREQUAL "x86_64") set( |