Skip to content

Commit

Permalink
Merge pull request #12538 from ggbecker/test-schematron
Browse files Browse the repository at this point in the history
Explicitly state FindOpenSCAP cmake so it loads before it's used.
  • Loading branch information
Mab879 authored Oct 25, 2024
2 parents 850db42 + f2b9755 commit 3b3fe36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
set(CMAKE_INSTALL_LIBDIR "/nowhere")
include(GNUInstallDirs)
include(CMakeDependentOption)
include(FindOpenSCAP)
include(FindPythonModule)
include(SSGCommon)

Expand Down

0 comments on commit 3b3fe36

Please sign in to comment.