Skip to content

Commit 3828cd2

Browse files
committed
Update pkg-config file
1 parent 1584a97 commit 3828cd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ SET(builddir "${CMAKE_BINARY_DIR}")
7979
SET(top_srcdir "${CMAKE_SOURCE_DIR}")
8080
INCLUDE(UseDoxygen)
8181

82-
SET(prefix ${CMAKE_INSTALL_PREFIX})
83-
SET(exec_prefix ${CMAKE_INSTALL_PREFIX})
84-
SET(libdir ${CMAKE_INSTALL_FULL_LIBDIR})
85-
SET(includedir ${CMAKE_INSTALL_FULL_INCLUDEDIR})
82+
set(prefix ${CMAKE_INSTALL_PREFIX})
83+
set(exec_prefix \${prefix})
84+
set(libdir \${prefix}/${CMAKE_INSTALL_INCLUDEDIR})
85+
set(includedir \${prefix}/${CMAKE_INSTALL_INCLUDEDIR})
8686

8787
# Additonnal GCC flags
8888
IF(CMAKE_COMPILER_IS_GNUCC)

0 commit comments

Comments
 (0)