Skip to content

Commit

Permalink
Use raw string literal. (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyen authored and dirk-thomas committed Aug 26, 2020
1 parent 9d7e4b4 commit 3133221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/templates/_setup_util.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ if __name__ == '__main__':

if not args.local:
# environment at generation time
CMAKE_PREFIX_PATH = '@CMAKE_PREFIX_PATH_AS_IS@'.split(';')
CMAKE_PREFIX_PATH = r'@CMAKE_PREFIX_PATH_AS_IS@'.split(';')
else:
# don't consider any other prefix path than this one
CMAKE_PREFIX_PATH = []
Expand Down

0 comments on commit 3133221

Please sign in to comment.