CheckLibcxxAtomic after Boost
This commit is contained in:
parent
dfc0a357d3
commit
b2c2a47521
1 changed files with 2 additions and 1 deletions
|
|
@ -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...")
|
||||
|
|
|
|||
Loading…
Reference in a new issue