diff options
author | Brent Cook <bcook@openbsd.org> | 2017-07-05 23:17:49 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2017-07-05 23:17:49 -0500 |
commit | 728bda183018cbc9736f03d4f21d2b4a2585e83d (patch) | |
tree | fca9a6cc28c2b88a371c2f4306778c9bd85bf7ea | |
parent | 8a658c37b5895b05eef9f8ba01d89085051f1573 (diff) | |
parent | fe79df3c9060550064faad0bc0b1382e4c7454bd (diff) | |
download | portable-728bda183018cbc9736f03d4f21d2b4a2585e83d.tar.gz portable-728bda183018cbc9736f03d4f21d2b4a2585e83d.tar.bz2 portable-728bda183018cbc9736f03d4f21d2b4a2585e83d.zip |
Land #318, Fix CMake module include path
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 94e4d0b..570e0ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -4,7 +4,7 @@ include(CheckLibraryExists) | |||
4 | include(CheckIncludeFiles) | 4 | include(CheckIncludeFiles) |
5 | include(CheckTypeSize) | 5 | include(CheckTypeSize) |
6 | 6 | ||
7 | set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}" ${CMAKE_MODULE_PATH}) | 7 | set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}" ${CMAKE_MODULE_PATH}) |
8 | include(cmake_export_symbol) | 8 | include(cmake_export_symbol) |
9 | 9 | ||
10 | project (LibreSSL C) | 10 | project (LibreSSL C) |