Skip to content

Commit

Permalink
adaptions for substituting pathes on autogen - class_list
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Esser committed Dec 4, 2013
1 parent 9d1a4c2 commit 80e4472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/auxilary_scripts/class_list.cpp.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def write_templated_file(fname, substitutes):

def read_config():
config=dict()
for line in open('lib/config.h').readlines():
for line in open('@CMAKE_BINARY_DIR@/include/shogun/lib/config.h').readlines():
if line=='\n':
continue
l=[l.strip() for l in line.split()]
Expand Down

0 comments on commit 80e4472

Please sign in to comment.