Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ngscopeclient/scopehal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 520d149af003
Choose a base ref
...
head repository: ngscopeclient/scopehal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 63e85e24bb40
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on May 17, 2021

  1. Copy the full SHA
    63e85e2 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 graphwidget
  2. +1 −1 scopehal/CMakeLists.txt
  3. +1 −1 scopeprotocols/CMakeLists.txt
2 changes: 1 addition & 1 deletion graphwidget
Submodule graphwidget updated 1 files
+1 −1 CMakeLists.txt
2 changes: 1 addition & 1 deletion scopehal/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -117,4 +117,4 @@ if(${HAS_LXI})
target_compile_definitions(scopehal PUBLIC HAS_LXI)
endif()

install(TARGETS scopehal LIBRARY DESTINATION /usr/lib)
install(TARGETS scopehal LIBRARY)
2 changes: 1 addition & 1 deletion scopeprotocols/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -126,4 +126,4 @@ target_include_directories(scopeprotocols
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}
${LIBFFTS_INCLUDE_DIR})

install(TARGETS scopeprotocols LIBRARY DESTINATION /usr/lib)
install(TARGETS scopeprotocols LIBRARY)