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 0cc6489 commit ece8cdeCopy full SHA for ece8cde
1 file changed
src/Magix3D/CMakeLists.txt
@@ -83,9 +83,9 @@ install (
83
# Remplace les points par rien pour obtenir "263" à partir de "2.6.3"
84
string(REPLACE "." "" MAGIX3D_VERSION_NO_DOTS "${MAGIX3D_VERSION}")
85
86
-configure_file(cmake/generate_import.py.in ${CMAKE_CURRENT_BINARY_DIR}/${CURRENT_PACKAGE_NAME}/generate_import.py @ONLY)
+configure_file(cmake/generate_import.py.in ${CMAKE_CURRENT_BINARY_DIR}/${CURRENT_PACKAGE_NAME}/generate_import-${MAGIX3D_VERSION}.py @ONLY)
87
install (
88
PROGRAMS
89
- ${CMAKE_CURRENT_BINARY_DIR}/${CURRENT_PACKAGE_NAME}/generate_import.py
+ ${CMAKE_CURRENT_BINARY_DIR}/${CURRENT_PACKAGE_NAME}/generate_import-${MAGIX3D_VERSION}.py
90
TYPE BIN
91
)
0 commit comments