From ed5e15c9d6f689de50866162ec2f09dab572843f Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 29 Sep 2015 19:07:07 +0100 Subject: [PATCH] Don't specify build config for CEF. Let CMake figure that out itself. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 93c67cac..afad0f01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -220,9 +220,9 @@ include_directories ("${CMAKE_SOURCE_DIR}/src" link_directories ("${LIBLOADORDER_ROOT}/build" "${LIBLOADORDER_ROOT}/build/${PROJECT_ARCH}" "${LIBGIT2_ROOT}/build" - "${CEF_ROOT}/Release" - "${CEF_ROOT}/build/libcef_dll/Release") "${LIBGIT2_ROOT}/build/${PROJECT_ARCH}" + "${CEF_ROOT}" + "${CEF_ROOT}/build/libcef_dll") ##############################