Skip to content

Commit

Permalink
try to fix dir level
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengjieLi28 committed Oct 24, 2024
1 parent 07c75a1 commit 669a1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
execute_process(
COMMAND
cmd /c
"echo %cd% && cd third_party\\libuv&&mkdir build&&cd build && mkdir uvlib&&cmake .. -DCMAKE_INSTALL_PREFIX=uvlib&&msbuild.exe INSTALL.vcxproj"
"echo %cd% && cd ..\\..\\..\\..\\third_party\\libuv && mkdir build && cd build && mkdir uvlib && cmake .. -DCMAKE_INSTALL_PREFIX=uvlib && msbuild.exe INSTALL.vcxproj"
)
message(STATUS "here===========11")
endif()
Expand Down

0 comments on commit 669a1b7

Please sign in to comment.