Skip to content

Commit

Permalink
Updates per code review.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroMiya committed Oct 13, 2015
1 parent b1ce65f commit ca21719
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/osvr/Common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ if(BUILD_WITH_TRACING)
endif()
endif()

option(OSVR_COMMON_IN_PROCESS_IMAGING OFF)
option(OSVR_COMMON_IN_PROCESS_IMAGING "Option to switch from shared-memory imaging messages to use only in-process memory messages. Requires single-process client/server." OFF)

mark_as_advanced(OSVR_COMMON_IN_PROCESS_IMAGING)

configure_file(TracingConfig.h.cmake_in "${CMAKE_CURRENT_BINARY_DIR}/TracingConfig.h")

Expand Down
2 changes: 1 addition & 1 deletion src/osvr/Common/ImagingComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ namespace common {
p(ipmmMsg.sensor);
p(ipmmMsg.buffer);
}
}
} // namespace

const char *ImagePlacedInProcessMemory::identifier() {
return "com.osvr.imaging.imageplacedinprocessmemory";
Expand Down

0 comments on commit ca21719

Please sign in to comment.