Skip to content

Commit

Permalink
Update CMakeLists.txt (Autodesk#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
seando-adsk authored and ppt-adsk committed Oct 2, 2019
1 parent 0ee8e50 commit 118daa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/ufe/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ set(path
if(IS_WINDOWS)
string(REPLACE ";" "\;" pythonPath "${pythonPath}")
string(REPLACE ";" "\;" path "${path}")
string(REPLACE ";" "\;" path "${mayaPluginPath}")
string(REPLACE ";" "\;" mayaPluginPath "${mayaPluginPath}")
else()
separate_arguments(pythonPath NATIVE_COMMAND "${pythonPath}")
separate_arguments(path NATIVE_COMMAND "${path}")
Expand Down

0 comments on commit 118daa2

Please sign in to comment.