Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Gheorghiu <[email protected]>
  • Loading branch information
vsoftco committed May 1, 2024
1 parent dbaa915 commit 999b298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:

- name: Uninstall
run: |
dir 'C:/Program Files (x86)/staq/bin/staq_circ.exe'
cmake --build build --target uninstall
# - name: Install pystaq
Expand Down
2 changes: 1 addition & 1 deletion cmake/staq_uninstall.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ foreach(file ${files})
message(STATUS "Uninstalling $ENV{DESTDIR}${file}")
if(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}")
execute_process(
COMMAND @CMAKE_COMMAND@ -E rm "$ENV{DESTDIR}${file}"
COMMAND @CMAKE_COMMAND@ -E "rm $ENV{DESTDIR}${file}"
OUTPUT_VARIABLE rm_out
RESULT_VARIABLE rm_retval)
message(STATUS "rm_out: ${rm_out}")
Expand Down

0 comments on commit 999b298

Please sign in to comment.