Skip to content

Commit

Permalink
Bug 797536 - cmake errors out because it cannot find GncPkgConfig (cm…
Browse files Browse the repository at this point in the history
…ake 3.5.2)
  • Loading branch information
jralls committed Dec 29, 2019
1 parent 73a673e commit 53ed908
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions common/cmake_modules/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

set(cmake_FILES GncAddGSchemaTargets.cmake GncAddSchemeTargets.cmake GncAddSwigCommand.cmake GncAddTest.cmake
MacroAddSourceFileCompileFlags.cmake MacroAppendForeach.cmake
MakeDist.cmake MakeDistFiles.cmake MakeDistCheck.cmake)
set(cmake_FILES
GncAddGSchemaTargets.cmake GncAddSchemeTargets.cmake
GncAddSwigCommand.cmake GncAddTest.cmake GncPkgConfig.cmake
MacroAddSourceFileCompileFlags.cmake MacroAppendForeach.cmake
MakeDist.cmake MakeDistFiles.cmake MakeDistCheck.cmake
)

set_dist_list(cmake_modules_DIST CMakeLists.txt COPYING-CMAKE-SCRIPTS.txt ${cmake_FILES})

0 comments on commit 53ed908

Please sign in to comment.