Skip to content

Commit

Permalink
Fix build with external_zlib on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jan 14, 2022
1 parent 3d40b24 commit ba0f27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/zlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (WIN32)
endif()
set(zlib_lib_loc ${libs_loc}/zlib/contrib/vstudio/vc14/${zlib_config_folder})
set_target_properties(external_zlib PROPERTIES
IMPORTED_LOCATION "${zlib_lib_loc}/ZlibStatReleaseWitoutAsm/zlibstat.lib"
IMPORTED_LOCATION "${zlib_lib_loc}/ZlibStatReleaseWithoutAsm/zlibstat.lib"
IMPORTED_LOCATION_DEBUG "${zlib_lib_loc}/ZlibStatDebug/zlibstat.lib"
)
elseif (APPLE)
Expand Down

0 comments on commit ba0f27e

Please sign in to comment.