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
71f681ec
Commit
71f681ec
authored
Aug 28, 2019
by
Tobias Mayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust configure script to altered cmake scaffold
parent
4f6c8804
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
configure
configure
+2
-6
No files found.
configure
View file @
71f681ec
...
@@ -34,8 +34,7 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
...
@@ -34,8 +34,7 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
--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
--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 library
--build-static-only build as static library only
--static-runtime build with static C++ runtime
--static-runtime build with static C++ runtime
--more-warnings enables most warnings
--more-warnings enables most warnings
--no-compiler-check disable compiler version check
--no-compiler-check disable compiler version check
...
@@ -340,10 +339,7 @@ while [ $# -ne 0 ]; do
...
@@ -340,10 +339,7 @@ while [ $# -ne 0 ]; do
append_cache_entry CAF_NO_OPENSSL BOOL
yes
append_cache_entry CAF_NO_OPENSSL BOOL
yes
;;
;;
--build-static
)
--build-static
)
append_cache_entry CAF_BUILD_STATIC BOOL
yes
append_cache_entry BUILD_SHARED_LIBS BOOL no
;;
--build-static-only
)
append_cache_entry CAF_BUILD_STATIC_ONLY BOOL
yes
;;
;;
--static-runtime
)
--static-runtime
)
append_cache_entry CAF_BUILD_STATIC_RUNTIME BOOL
yes
append_cache_entry CAF_BUILD_STATIC_RUNTIME BOOL
yes
...
...
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