--- qsampler/trunk/CMakeLists.txt 2021/06/20 11:09:30 3967 +++ qsampler/trunk/CMakeLists.txt 2021/06/22 15:48:43 3968 @@ -132,7 +132,7 @@ # Find package modules -find_package (PkgConfig REQUIRED) +include (FindPkgConfig) # Check for LSCP libraries. pkg_check_modules (LSCP REQUIRED IMPORTED_TARGET lscp)