Skip to content

Commit

Permalink
Merge pull request #5 from somniumism/fix/no_cmakelists
Browse files Browse the repository at this point in the history
Fix a bug that CMakeLists.txt could not be found when the package was installed.
  • Loading branch information
pzelasko authored Sep 28, 2022
2 parents dc2e52f + 34359f7 commit 7831101
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.8 FATAL_ERROR)

project(kaldialign CXX)

set(KALDIALIGN_VERSION "0.3")
set(KALDIALIGN_VERSION "0.4")

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
Expand Down
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include LICENSE
include extensions/*
include tests/*
include tests/*
include CMakeLists.txt
recursive-include cmake *.*

0 comments on commit 7831101

Please sign in to comment.