From 110ce18498753385fb880704490c9d86807a471f Mon Sep 17 00:00:00 2001 From: fulup Date: Sun, 9 Apr 2017 15:25:38 +0200 Subject: Fixes make install destination dir and README --- etc/config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/config.cmake b/etc/config.cmake index f8d11dc..ae27a86 100644 --- a/etc/config.cmake +++ b/etc/config.cmake @@ -55,7 +55,7 @@ # Install default destination # -------------------------------- - set(binding_install_dir ${CMAKE_INSTALL_FULL_LIBDIR}/${PROJECT_NAME}) + # set(BINDINGS_INSTALL_DIR DestinationPath ) # Print a helper message when every thing is finished # ---------------------------------------------------- -- cgit 1.2.3-korg