Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix cassandra cql driver include path #121

Merged
merged 3 commits into from
Feb 19, 2014
Merged

fix cassandra cql driver include path #121

merged 3 commits into from
Feb 19, 2014

Conversation

evanmcc
Copy link
Contributor

@evanmcc evanmcc commented Feb 8, 2014

so you can build in with the directory name being something other than basho_bench.

@@ -24,7 +24,7 @@
-export([new/1,
run/4]).

-include_lib("basho_bench/include/basho_bench.hrl").
-include_lib("basho_bench.hrl").
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be simply -include("basho_bench.hrl"). include_lib is only used for paths to files in other applications.

@evanmcc
Copy link
Contributor Author

evanmcc commented Feb 19, 2014

yolomerging this trivial fix before I forget about it.

evanmcc added a commit that referenced this pull request Feb 19, 2014
fix cassandra cql driver include path
@evanmcc evanmcc merged commit 3d5c35d into master Feb 19, 2014
@evanmcc evanmcc deleted the fix-path branch March 19, 2014 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants