Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
80b58951
Commit
80b58951
authored
Aug 08, 2017
by
Matthias Vallentin
Committed by
GitHub
Aug 08, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #585 from dnthayer/topic/find-openssl
Add "--with-openssl" option to the "configure" script
parents
7839b237
e20e20d9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
configure
configure
+4
-0
No files found.
configure
View file @
80b58951
...
@@ -43,6 +43,7 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
...
@@ -43,6 +43,7 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
--with-clang=FILE path to clang++ executable
--with-clang=FILE path to clang++ executable
--with-gcc=FILE path to g++ executable
--with-gcc=FILE path to g++ executable
--with-qt-prefix=PATH prefix path for Qt5 cmake modules
--with-qt-prefix=PATH prefix path for Qt5 cmake modules
--with-openssl=PATH path to OpenSSL library and headers
--dual-build build using both gcc and clang
--dual-build build using both gcc and clang
--build-static build as static and shared library
--build-static build as static and shared library
--build-static-only build as static library only
--build-static-only build as static library only
...
@@ -307,6 +308,9 @@ while [ $# -ne 0 ]; do
...
@@ -307,6 +308,9 @@ while [ $# -ne 0 ]; do
--with-qt-prefix
=
*
)
--with-qt-prefix
=
*
)
append_cache_entry CAF_QT_PREFIX_PATH STRING
"
$optarg
"
append_cache_entry CAF_QT_PREFIX_PATH STRING
"
$optarg
"
;;
;;
--with-openssl
=
*
)
append_cache_entry OPENSSL_ROOT_DIR PATH
$optarg
;;
--build-type
=
*
)
--build-type
=
*
)
append_cache_entry CMAKE_BUILD_TYPE STRING
$optarg
append_cache_entry CMAKE_BUILD_TYPE STRING
$optarg
;;
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment