We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c193ca9 commit c4273feCopy full SHA for c4273fe
CMakeLists.txt
@@ -92,12 +92,12 @@ add_custom_target(
92
COMMAND ${PYTHON_EXECUTABLE}
93
"${CMAKE_SOURCE_DIR}/scripts/file-search-replace.py"
94
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/README.txt"
95
- "^\\s*VERSION.*:.*"
+ ".*VERSION.*:.*"
96
"VERSION: ${PACKAGE_VERSION}"
97
98
99
"${CMAKE_SOURCE_DIR}/Assets/Integrations/Autodesk/maya/scripts/unityOneClick/version.py"
100
- "^\\s*VERSION.*=.*"
+ ".*VERSION.*=.*"
101
"VERSION = ${PACKAGE_VERSION}"
102
DEPENDS "${CMAKE_SOURCE_DIR}/scripts/file-search-replace.py"
103
COMMENT "Replacing version number in files"
0 commit comments