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: 29b52e952572
Choose a base ref
...
head repository: ngscopeclient/scopehal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5db4455b979f
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 19, 2020

  1. Copy the full SHA
    5db4455 View commit details
Showing with 4 additions and 1 deletion.
  1. +4 −1 scopehal/config.h.in
5 changes: 4 additions & 1 deletion scopehal/config.h.in
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
#define HAVE_OPENCL @HAVE_OPENCL@
//We want HAVE_OPENCL defined only if CMake found it so we can #ifdef instead of #if
#if @HAVE_OPENCL@
#define HAVE_OPENCL
#endif