Skip to content

Commit 8286055

Browse files
committed
rename in CMakeLists.txt
1 parent cce01d4 commit 8286055

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
@@ -104,7 +104,7 @@ add_custom_target(
104104
"VERSION: ${PACKAGE_VERSION}"
105105
COMMAND ${PYTHON_EXECUTABLE}
106106
"${CMAKE_SOURCE_DIR}/scripts/file-search-replace.py"
107-
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Integrations/Autodesk/maya/scripts/unityOneClick/version.py"
107+
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Integrations/Autodesk/maya/scripts/UnityFbxForMaya/version.py"
108108
".*VERSION.*=.*"
109109
"VERSION = '${PACKAGE_VERSION}'"
110110
DEPENDS "${CMAKE_SOURCE_DIR}/scripts/file-search-replace.py"
@@ -169,7 +169,7 @@ endif()
169169
# Add target for creating a package
170170

171171
# remove .pyc files that we don't want to ship
172-
file(GLOB PYC_FILES "${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Integrations/Autodesk/maya/scripts/unityOneClick/*.pyc")
172+
file(GLOB PYC_FILES "${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Integrations/Autodesk/maya/scripts/UnityFbxForMaya/*.pyc")
173173
IF( PYC_FILES )
174174
file(REMOVE ${PYC_FILES})
175175
ENDIF()

0 commit comments

Comments
 (0)