From 2b3fb19e1ee28ac12ec9dde63a560511018b7195 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Mar 2020 09:34:46 +0100 Subject: [PATCH] fix CASS_INSTALL_HEADER_IN_SUBDIR usage --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2311985c5..06b84b759 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -233,7 +233,7 @@ if (CASS_INSTALL_HEADER_IN_SUBDIR) set(INSTALL_HEADER_DIR "include/${CASS_INSTALL_HEADER_SUBDIR_NAME}") else() # Default subdir location is 'include/cassandra' - set(INSTALL_HEADER_DIR "include/${PROJECT_NAME_STRING}") + set(INSTALL_HEADER_DIR "include/cassandra") endif() else() # Default header install location is 'include'