diff --git a/CMakeLists.txt b/CMakeLists.txt index d77bb3f..b4e07f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ # along with this program. If not, see . cmake_minimum_required(VERSION 3.5) -project(MassBuilderSaveTool) +project(MassBuilderSaveTool CXX) set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/modules/" ${CMAKE_MODULE_PATH})