diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c8b348..2973b9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0) -project(myx-cmake VERSION 0.3.9 LANGUAGES) +project(myx-cmake VERSION 0.4.0 LANGUAGES) include(GNUInstallDirs) file(WRITE ${CMAKE_SOURCE_DIR}/MyxCMake/MyxCMakeConfigVersion.cmake diff --git a/MyxCMake/functions/MyxCMakeGenerateGitInfoHeader.cmake b/MyxCMake/functions/MyxCMakeGenerateGitInfoHeader.cmake index 4929766..6583793 100644 --- a/MyxCMake/functions/MyxCMakeGenerateGitInfoHeader.cmake +++ b/MyxCMake/functions/MyxCMakeGenerateGitInfoHeader.cmake @@ -1,7 +1,7 @@ function(myx_cmake_generate_git_info_header) set(output_file ${CMAKE_BINARY_DIR}/include/myx_cmake_git_info.hpp) if(MYX_CMAKE_GENERATED_HEADERS_PATH) - set(output_file ${MYX_CMAKE_GENERATED_HEADERS_PATH}/myx_cmake_git_info.hpp) + set(output_file ${MYX_CMAKE_GENERATED_HEADERS_PATH}/myx_cmake_git_info_p.hpp) elseif(ARGV0) set(output_file ${ARGV0}) endif()