Skip to content

Commit c4273fe

Browse files
committed
CR changes
1 parent c193ca9 commit c4273fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ add_custom_target(
9292
COMMAND ${PYTHON_EXECUTABLE}
9393
"${CMAKE_SOURCE_DIR}/scripts/file-search-replace.py"
9494
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/README.txt"
95-
"^\\s*VERSION.*:.*"
95+
".*VERSION.*:.*"
9696
"VERSION: ${PACKAGE_VERSION}"
9797
COMMAND ${PYTHON_EXECUTABLE}
9898
"${CMAKE_SOURCE_DIR}/scripts/file-search-replace.py"
9999
"${CMAKE_SOURCE_DIR}/Assets/Integrations/Autodesk/maya/scripts/unityOneClick/version.py"
100-
"^\\s*VERSION.*=.*"
100+
".*VERSION.*=.*"
101101
"VERSION = ${PACKAGE_VERSION}"
102102
DEPENDS "${CMAKE_SOURCE_DIR}/scripts/file-search-replace.py"
103103
COMMENT "Replacing version number in files"

0 commit comments

Comments
 (0)