From edc3520ef06a38a92fe68a71747f8ed0bf9ed289 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Mon, 20 Mar 2017 10:35:12 +0100 Subject: [PATCH] fix typo in cmake file --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 187e0a1..6940798 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -106,6 +106,6 @@ add_executable(encoderVADTest src/encoderVADTest.c ${UTIL_SRC}) target_link_libraries(encoderVADTest ${BCG729_LIBRARY}) file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/testCampaign.cmake DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/ ) -file(RENAME ${CMAKE_CURRENT_BINARY_DIR}/testCampaign ${CMAKE_CURRENT_BINARY_DIR}/testCampaign ) +file(RENAME ${CMAKE_CURRENT_BINARY_DIR}/testCampaign.cmake ${CMAKE_CURRENT_BINARY_DIR}/testCampaign ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/testCampaignAll.cmake ${CMAKE_CURRENT_BINARY_DIR}/testCampaignAll)