Closed cwpearson closed 4 years ago
For CI purposes, we'd like to be able to build the comm_scope object files without trying to link them into a scope binary.
comm_scope
scope
If our CMakeLists.txt is the top-level one:
CMakeLists.txt
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
we can add some object targets to build. Let's also make a big warning print that you need to use scope to actually run anything
This is superseded by the change to using cwpearson/libscope
For CI purposes, we'd like to be able to build the
comm_scope
object files without trying to link them into ascope
binary.If our
CMakeLists.txt
is the top-level one:we can add some object targets to build. Let's also make a big warning print that you need to use scope to actually run anything