Skip to content

Commit

Permalink
Once more with feeling
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Sep 6, 2024
1 parent 87867a7 commit b0ba578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/wireguard_nt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if(NOT WIREGUARD_FOLDER)

set(CM_WIREGUARD_FOLDER ${CMAKE_CURRENT_BINARY_DIR}/.deps/wireguard-nt)
else()
cmake_path(CONVERT "$WIREGUARD_FOLDER" TO_CMAKE_PATH_LIST CM_WIREGUARD_FOLDER)
cmake_path(CONVERT ${WIREGUARD_FOLDER} TO_CMAKE_PATH_LIST CM_WIREGUARD_FOLDER)
endif()


Expand Down

0 comments on commit b0ba578

Please sign in to comment.