Skip to content

Commit 4d2da84

Browse files
committed
Reference an explicit tag release of renderdoc's swig fork
* The tag is signed, and there's a release on that github repo with signatures for the source tarball/zip files
1 parent 703c6ba commit 4d2da84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qrenderdoc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ option(STATIC_QRENDERDOC "Compile qrenderdoc as static" OFF)
22
option(QRENDERDOC_NO_CXX11_REGEX "Disable C++11 regex in scintilla" OFF)
33

44
set(QMAKE_QT5_COMMAND qmake CACHE STRING "Command to run to invoke Qt5's qmake. Normally this is qmake, possibly with qtchooser, but might be qmake-qt5")
5-
set(RENDERDOC_SWIG_PACKAGE https://github.com/baldurk/swig/archive/renderdoc-3.0.12.zip CACHE STRING "The location where RenderDoc's swig fork source can be found. By default points to the URL on github but can be pointed to a local file.")
5+
set(RENDERDOC_SWIG_PACKAGE https://github.com/baldurk/swig/archive/renderdoc-modified-1.zip CACHE STRING "The location where RenderDoc's swig fork source can be found. By default points to the URL on github but can be pointed to a local file.")
66

77
set(QMAKE_CONFIG "debug")
88
set(QMAKE_LDFLAGS "")

0 commit comments

Comments
 (0)