[cmake,gprof] rename configuration file

This commit is contained in:
akallabeth
2024-11-27 13:18:00 +01:00
parent ec684b7885
commit de98cde7b2
2 changed files with 1 additions and 1 deletions

View File

@@ -444,7 +444,7 @@ if(ANDROID)
set( CMAKE_FIND_ROOT_PATH_MODE_INCLUDE BOTH )
if (WITH_GPROF)
CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/scripts/gprof_generate.sh.cmake
CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/scripts/gprof_generate.sh.in
${PROJECT_BINARY_DIR}/scripts/gprof_generate.sh @ONLY)
endif(WITH_GPROF)
endif()