summaryrefslogtreecommitdiff
path: root/CMakeLists.txt.mingw
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2016-10-26 14:17:15 +0800
committerIru Cai <mytbk920423@gmail.com>2016-10-28 10:40:16 +0800
commite2247862eab2782e61af505b1a5656831ec6a5f0 (patch)
treee2820e9a1b69b970a010486d39437ac718937173 /CMakeLists.txt.mingw
parentd11e98917c2f5800aa52883a56ee10e82288b99e (diff)
downloadfqterm-e2247862eab2782e61af505b1a5656831ec6a5f0.tar.xz
Move ``find_package(OpenSSL)`` to protocol/CMakeLists.txt
Files in ``protocol`` directory need ${OPENSSL_INCLUDE_DIR}, but this include is not done when building in this directory if the find_package statement is in ${SRC_ROOT}/CMakeLists.txt.*.
Diffstat (limited to 'CMakeLists.txt.mingw')
-rw-r--r--CMakeLists.txt.mingw1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt.mingw b/CMakeLists.txt.mingw
index 9163144..b0fc8c1 100644
--- a/CMakeLists.txt.mingw
+++ b/CMakeLists.txt.mingw
@@ -1,4 +1,3 @@
-find_package(OpenSSL REQUIRED)
#ADD_DEFINITIONS(-DUSE_DOTNET_STYLE)
if(FQTERM_USE_STATIC_QT)