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
f5874b0b
Commit
f5874b0b
authored
Oct 05, 2020
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build on Windows
parent
5f7d4971
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
libcaf_io/CMakeLists.txt
libcaf_io/CMakeLists.txt
+4
-1
No files found.
libcaf_io/CMakeLists.txt
View file @
f5874b0b
...
@@ -101,7 +101,6 @@ caf_add_test_suites(caf-io-test
...
@@ -101,7 +101,6 @@ caf_add_test_suites(caf-io-test
io.basp_broker
io.basp_broker
io.broker
io.broker
io.http_broker
io.http_broker
$<$<NOT:$<PLATFORM_ID:Windows>>:io.middleman>
io.monitor
io.monitor
io.network.default_multiplexer
io.network.default_multiplexer
io.network.ip_endpoint
io.network.ip_endpoint
...
@@ -112,3 +111,7 @@ caf_add_test_suites(caf-io-test
...
@@ -112,3 +111,7 @@ caf_add_test_suites(caf-io-test
io.unpublish
io.unpublish
io.worker
io.worker
)
)
if
(
NOT WIN32
)
caf_add_test_suites
(
caf-io-test io.middleman
)
endif
()
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