diff --git a/CMakeLists.txt b/CMakeLists.txt index 4572ece..558f219 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,8 @@ cmake_minimum_required (VERSION 3.2) +set (CMAKE_GENERATOR "Unix Makefiles" CACHE INTERNAL "" FORCE) + include (${CMAKE_ROOT}/Modules/ExternalProject.cmake) include_directories (${CMAKE_BINARY_DIR}/include)