Skip to content

Commit 8b53d59

Browse files
committed
Fix cmocka.lib path
1 parent c03a7e1 commit 8b53d59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if(BUILD_TESTING_FULL)
4848

4949
# choose proper library path & extension
5050
if(MSVC)
51-
set(IMPORTED_LOCATION_PATH "${binary_dir}/src/${CMAKE_BUILD_TYPE}/cmocka-static.lib")
51+
set(IMPORTED_LOCATION_PATH "${binary_dir}/src/${CMAKE_BUILD_TYPE}/cmocka.lib")
5252
else()
5353
set(IMPORTED_LOCATION_PATH "${binary_dir}/src/libcmocka.a")
5454
endif()

0 commit comments

Comments
 (0)