Add missing CMake module

This commit is contained in:
Michał Janiszewski 2020-03-17 23:32:32 +01:00 committed by Aaron van Geffen
parent 0d8cc57726
commit 6834719e71
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ if (CMAKE_BINARY_DIR STREQUAL CMAKE_SOURCE_DIR)
endif()
INCLUDE(FindPkgConfig)
include(CheckCXXCompilerFlag)
set(USE_BOOST_FS_DEFAULT OFF)
if(APPLE OR MINGW)