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
8a57afcd
Commit
8a57afcd
authored
Sep 18, 2014
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use CAF_HAS_RIAC variable for summary
parent
bb7ce3ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
CMakeLists.txt
CMakeLists.txt
+3
-6
No files found.
CMakeLists.txt
View file @
8a57afcd
...
@@ -12,9 +12,6 @@ endif()
...
@@ -12,9 +12,6 @@ endif()
if
(
NOT CAF_NO_MEM_MANAGEMENT
)
if
(
NOT CAF_NO_MEM_MANAGEMENT
)
set
(
CAF_NO_MEM_MANAGEMENT no
)
set
(
CAF_NO_MEM_MANAGEMENT no
)
endif
()
endif
()
if
(
NOT CAF_HAS_RIAC
)
set
(
CAF_HAS_RIAC no
)
endif
()
if
(
NOT CAF_BUILD_STATIC_ONLY
)
if
(
NOT CAF_BUILD_STATIC_ONLY
)
set
(
CAF_BUILD_STATIC_ONLY no
)
set
(
CAF_BUILD_STATIC_ONLY no
)
endif
()
endif
()
...
@@ -282,7 +279,8 @@ if(NOT CAF_NO_RIAC AND EXISTS "${CMAKE_SOURCE_DIR}/libcaf_riac/caf/")
...
@@ -282,7 +279,8 @@ if(NOT CAF_NO_RIAC AND EXISTS "${CMAKE_SOURCE_DIR}/libcaf_riac/caf/")
include_directories
(
"
${
LIBCAF_INCLUDE_DIRS
}
"
"
${
CMAKE_SOURCE_DIR
}
/libcaf_riac"
)
include_directories
(
"
${
LIBCAF_INCLUDE_DIRS
}
"
"
${
CMAKE_SOURCE_DIR
}
/libcaf_riac"
)
# add libcaf_riac to the list of caf libraries
# add libcaf_riac to the list of caf libraries
set
(
CAF_HAS_RIAC yes
)
set
(
CAF_HAS_RIAC yes
)
set
(
CAF_NO_RIAC no
)
else
()
set
(
CAF_HAS_RIAC no
)
endif
()
endif
()
# build nexus if not being told otherwise
# build nexus if not being told otherwise
if
(
NOT CAF_NO_NEXUS AND EXISTS
"
${
CMAKE_SOURCE_DIR
}
/nexus/caf/"
)
if
(
NOT CAF_NO_NEXUS AND EXISTS
"
${
CMAKE_SOURCE_DIR
}
/nexus/caf/"
)
...
@@ -393,7 +391,6 @@ endmacro()
...
@@ -393,7 +391,6 @@ endmacro()
invertYesNo
(
CAF_NO_EXAMPLES CAF_BUILD_EXAMPLES
)
invertYesNo
(
CAF_NO_EXAMPLES CAF_BUILD_EXAMPLES
)
invertYesNo
(
CAF_NO_UNIT_TESTS CAF_BUILD_UNIT_TESTS
)
invertYesNo
(
CAF_NO_UNIT_TESTS CAF_BUILD_UNIT_TESTS
)
invertYesNo
(
CAF_NO_NEXUS CAF_BUILD_NEXUS
)
invertYesNo
(
CAF_NO_NEXUS CAF_BUILD_NEXUS
)
invertYesNo
(
CAF_NO_RIAC CAF_BUILD_RIAC
)
invertYesNo
(
CAF_NO_SHELL CAF_BUILD_SHELL
)
invertYesNo
(
CAF_NO_SHELL CAF_BUILD_SHELL
)
invertYesNo
(
CAF_NO_MEM_MANAGEMENT CAF_BUILD_MEM_MANAGEMENT
)
invertYesNo
(
CAF_NO_MEM_MANAGEMENT CAF_BUILD_MEM_MANAGEMENT
)
invertYesNo
(
CAF_NO_BENCHMARKS CAF_BUILD_BENCHMARKS
)
invertYesNo
(
CAF_NO_BENCHMARKS CAF_BUILD_BENCHMARKS
)
...
@@ -416,7 +413,7 @@ message(STATUS
...
@@ -416,7 +413,7 @@ message(STATUS
"
\n
"
"
\n
"
"
\n
Build examples:
${
CAF_BUILD_EXAMPLES
}
"
"
\n
Build examples:
${
CAF_BUILD_EXAMPLES
}
"
"
\n
Build unit tests:
${
CAF_BUILD_UNIT_TESTS
}
"
"
\n
Build unit tests:
${
CAF_BUILD_UNIT_TESTS
}
"
"
\n
Build riac:
${
CAF_
BUILD
_RIAC
}
"
"
\n
Build riac:
${
CAF_
HAS
_RIAC
}
"
"
\n
Build nexus:
${
CAF_BUILD_NEXUS
}
"
"
\n
Build nexus:
${
CAF_BUILD_NEXUS
}
"
"
\n
Build shell:
${
CAF_BUILD_SHELL
}
"
"
\n
Build shell:
${
CAF_BUILD_SHELL
}
"
"
\n
Build benchmarks:
${
CAF_BUILD_BENCHMARKS
}
"
"
\n
Build benchmarks:
${
CAF_BUILD_BENCHMARKS
}
"
...
...
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