8 lines
267 B
CMake
8 lines
267 B
CMake
|
# This is a hack to trick libmatroska into thinking there is an installed
|
||
|
# version of ebml. In reality, ebml is already a target since its source is
|
||
|
# part of the build graph.
|
||
|
|
||
|
set(PACKAGE_VERSION 1.3.5)
|
||
|
set(PACKAGE_VERSION_EXACT YES)
|
||
|
set(PACKAGE_VERSION_EXACT YES)
|