Skip to content

Commit

Permalink
fix win
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftFever committed Oct 7, 2023
1 parent a313406 commit 0523f6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build_release_vs2022.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ if "%1"=="slicer" (
)
echo "building deps.."
cmake ../ -G "Visual Studio 17 2022" -A x64 -DDESTDIR="%CD%/OrcaSlicer_dep" -DCMAKE_BUILD_TYPE=Release
msbuild .\deps.vcxproj -property:Configuration=Release
@REM msbuild .\dep_OpenSSL.vcxproj
cmake --build . --config Release --target deps -- -m


if "%1"=="deps" exit /b 0

Expand Down
4 changes: 3 additions & 1 deletion deps/CURL/CURL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ orcaslicer_add_cmake_project(CURL
${_curl_platform_flags}
)

add_dependencies(dep_CURL dep_OpenSSL)
# if (APPLE OR (CMAKE_SYSTEM_NAME STREQUAL "Linux"))
add_dependencies(dep_CURL dep_OpenSSL)
# endif ()

if (MSVC)
add_debug_dep(dep_CURL)
Expand Down

0 comments on commit 0523f6f

Please sign in to comment.