File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -220,12 +220,6 @@ include(GNUInstallDirs)
220220########################################################################
221221# Setup the package config file
222222########################################################################
223- #set variables found in the pc.in file
224- set (prefix ${CMAKE_INSTALL_PREFIX} )
225- set (exec_prefix "\$ {prefix}" )
226- set (libdir "\$ {exec_prefix}/${CMAKE_INSTALL_LIBDIR} " )
227- set (includedir "\$ {prefix}/include" )
228-
229223configure_file (${CMAKE_CURRENT_SOURCE_DIR} /tmpl/volk.pc.in
230224 ${CMAKE_CURRENT_BINARY_DIR} /volk.pc @ONLY)
231225
Original file line number Diff line number Diff line change 1- prefix=@prefix @
2- exec_prefix=@exec_prefix @
3- libdir=@libdir @
4- includedir=@includedir @
1+ prefix=@CMAKE_INSTALL_PREFIX @
2+ exec_prefix=@CMAKE_INSTALL_PREFIX @
3+ libdir=@CMAKE_INSTALL_FULL_LIBDIR @
4+ includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR @
55LV_CXXFLAGS=@LV_CXXFLAGS@
66
77
You can’t perform that action at this time.
0 commit comments