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 --- HAL-afb/HDA-intel/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HAL-afb/HDA-intel') diff --git a/HAL-afb/HDA-intel/CMakeLists.txt b/HAL-afb/HDA-intel/CMakeLists.txt index 26be621..57400b5 100644 --- a/HAL-afb/HDA-intel/CMakeLists.txt +++ b/HAL-afb/HDA-intel/CMakeLists.txt @@ -38,4 +38,4 @@ PROJECT_TARGET_ADD(hal-intel-hda) # installation directory INSTALL(TARGETS hal-intel-hda - LIBRARY DESTINATION ${binding_install_dir}) + LIBRARY DESTINATION ${BINDINGS_INSTALL_DIR}) -- cgit 1.2.3-korg