diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ee93cc..80e9db4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -180,7 +180,7 @@ set(LIBFEC_PC_EXEC_PREFIX \${prefix}) set(LIBFEC_PC_LIBDIR \${exec_prefix}/${LIB_INSTALL_DIR}) set(LIBFEC_PC_INCLUDEDIR \${prefix}/include) set(LIBFEC_PC_VERSION ${VERSION}) -set(LIBFEC_PC_LIBS "-fec") +set(LIBFEC_PC_LIBS "-lfec") # Use space-delimiter in the .pc file, rather than CMake's semicolon separator string(REPLACE ";" " " LIBFEC_PC_CFLAGS "${LIBFEC_PC_CFLAGS}") |