Skip to content

Commit

Permalink
fix CASS_INSTALL_HEADER_IN_SUBDIR usage
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet authored and mikefero committed Mar 18, 2020
1 parent fafe4bf commit 2b3fb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2b3fb19

Please sign in to comment.