Fix typo

parent d2207e6b
......@@ -151,7 +151,7 @@ cmake_minimum_required(VERSION 3.6)
project("MyPistacheProject")
find_package(PkgConfig)
pkg_check_modules(Pistache REQUIRED IMPORTED_TARGET pistache)
pkg_check_modules(Pistache REQUIRED IMPORTED_TARGET libpistache)
add_executable(${PROJECT_NAME} main.cpp)
target_link_libraries(${PROJECT_NAME} PkgConfig::Pistache)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment