Skip to content

Commit f20b17a

Browse files
committed
Merge branch 'an/remove-ocv' of https://github.com/allnes/parallel_programming_course into an/remove-ocv
2 parents 21f10de + c44a2b1 commit f20b17a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ target_link_directories(${exec_func_tests} PUBLIC ${CMAKE_BINARY_DIR}/ppc_google
2929
target_link_libraries(${exec_func_tests} PUBLIC gtest gtest_main)
3030

3131
add_library(stb_image INTERFACE)
32-
target_include_directories(stb_image INTERFACE ${CMAKE_SOURCE_DIR}/3rdparty/stb/stb_image.h)
32+
target_include_directories(stb_image INTERFACE ${CMAKE_SOURCE_DIR}/3rdparty/stb)
3333
target_link_libraries(${exec_func_tests} PUBLIC stb_image)
3434

3535
target_link_libraries(${exec_func_tests} PUBLIC ${exec_func_lib})

0 commit comments

Comments
 (0)