From b2c2a475210b5347e9e90b8c18d1af0e6abf4abd Mon Sep 17 00:00:00 2001 From: crypto-ape <43807588+crypto-ape@users.noreply.github.com> Date: Mon, 8 Jul 2019 13:41:44 +0200 Subject: [PATCH] CheckLibcxxAtomic after Boost --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c722b18..f5c3995 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,6 @@ INCLUDE( VersionMacros ) INCLUDE( SetupTargetMacros ) INCLUDE(GetGitRevisionDescription) INCLUDE(CheckLibraryExists) -INCLUDE(CheckLibcxxAtomic) add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules/Legacy) @@ -441,4 +440,6 @@ if(MSVC) endif(MSVC) +INCLUDE(CheckLibcxxAtomic) + MESSAGE(STATUS "Finished fc module configuration...")