From 842779a131ac4bda3c1386f3c50bce4c39134dcc Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Mar 2020 12:54:03 +0300 Subject: update cmake-common --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c5296e9..3015fb2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5) # for Boost::* imported targets project(pdb_repo CXX) -include(cmake/cmake/common.cmake) +include(cmake/common.cmake) find_package(Boost REQUIRED) add_subdirectory(3rdparty/boost/nowide) -- cgit v1.2.3