Skip to content

Commit

Permalink
Merge pull request raspberrypi#3 from joshuag1000/master
Browse files Browse the repository at this point in the history
Fixes an issue with generation of the CMakeLists.txt file
  • Loading branch information
JamesH65 authored Jan 25, 2021
2 parents 75d4a56 + 5dc34ce commit 82b5cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pico_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ def GenerateCMake(folder, params):
# seemingly a bit easier to handle than the backslashes

p = str(params.sdkPath).replace('\\','/')
p = '\"' + p + '\"'

file.write('set(PICO_SDK_PATH ' + p + ')\n\n')
file.write(cmake_header2)
Expand Down

0 comments on commit 82b5cf4

Please sign in to comment.