We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d1af8 commit 52140e6Copy full SHA for 52140e6
cmake/dependencies/common.cmake
@@ -117,6 +117,6 @@ option(PRISM_STANDALONE "Build prism as a standalone library" OFF)
117
FetchContent_Declare(
118
prism
119
GIT_REPOSITORY https://github.com/KiritoDv/prism-processor.git
120
- GIT_TAG b836b5da8445857e6f61ac99374d2574a96d56b3
+ GIT_TAG 3d3bdc2b1f8f9b9d827b2073f6fc4893df3693a8
121
)
122
FetchContent_MakeAvailable(prism)
0 commit comments