From ca0ef74c5a7eab6e140afc86d0d6b6c7c968fcb9 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 19 Mar 2015 17:12:36 +0100 Subject: [PATCH] Remove hard-coded version number from cmake build script Hopefully fixes #45 --- pgsql/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgsql/CMakeLists.txt b/pgsql/CMakeLists.txt index 6592028..d11bc7b 100644 --- a/pgsql/CMakeLists.txt +++ b/pgsql/CMakeLists.txt @@ -11,7 +11,7 @@ set ( PC_HEADERS ) set ( PC_INSTALL_EXENSIONS - pointcloud--1.0.sql + pointcloud--${POINTCLOUD_VERSION}.sql pointcloud.control )