Skip to content

Commit 2b3fb19

Browse files
remicolletmikefero
authored andcommitted
fix CASS_INSTALL_HEADER_IN_SUBDIR usage
1 parent fafe4bf commit 2b3fb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ if (CASS_INSTALL_HEADER_IN_SUBDIR)
233233
set(INSTALL_HEADER_DIR "include/${CASS_INSTALL_HEADER_SUBDIR_NAME}")
234234
else()
235235
# Default subdir location is 'include/cassandra'
236-
set(INSTALL_HEADER_DIR "include/${PROJECT_NAME_STRING}")
236+
set(INSTALL_HEADER_DIR "include/cassandra")
237237
endif()
238238
else()
239239
# Default header install location is 'include'

0 commit comments

Comments
 (0)