Fix build with external_zlib on Windows.
This commit is contained in:
parent
3d40b243f6
commit
ba0f27e13e
1 changed files with 1 additions and 1 deletions
2
external/zlib/CMakeLists.txt
vendored
2
external/zlib/CMakeLists.txt
vendored
|
|
@ -26,7 +26,7 @@ if (WIN32)
|
||||||
endif()
|
endif()
|
||||||
set(zlib_lib_loc ${libs_loc}/zlib/contrib/vstudio/vc14/${zlib_config_folder})
|
set(zlib_lib_loc ${libs_loc}/zlib/contrib/vstudio/vc14/${zlib_config_folder})
|
||||||
set_target_properties(external_zlib PROPERTIES
|
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"
|
IMPORTED_LOCATION_DEBUG "${zlib_lib_loc}/ZlibStatDebug/zlibstat.lib"
|
||||||
)
|
)
|
||||||
elseif (APPLE)
|
elseif (APPLE)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue