We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafe4bf commit 2b3fb19Copy full SHA for 2b3fb19
src/CMakeLists.txt
@@ -233,7 +233,7 @@ if (CASS_INSTALL_HEADER_IN_SUBDIR)
233
set(INSTALL_HEADER_DIR "include/${CASS_INSTALL_HEADER_SUBDIR_NAME}")
234
else()
235
# Default subdir location is 'include/cassandra'
236
- set(INSTALL_HEADER_DIR "include/${PROJECT_NAME_STRING}")
+ set(INSTALL_HEADER_DIR "include/cassandra")
237
endif()
238
239
# Default header install location is 'include'
0 commit comments