remove old CMake script

This commit is contained in:
Nick Fisher
2025-04-21 15:50:40 +08:00
parent e9628511fc
commit 2ab56b86bc

View File

@@ -1,3 +0,0 @@
file(READ ${INPUTFILE} INPUT_TEXT)
string(REPLACE ${TO_REPLACE} ${REPLACEMENT} INPUT_TEXT "${INPUT_TEXT}")
file(WRITE ${OUTPUTFILE} "${INPUT_TEXT}")