mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Replace include(CTest) on enable_testing()
CTest include generate a lot of unused targets
This commit is contained in:
parent
4ceaad505d
commit
7077662e32
|
@ -41,10 +41,11 @@ include(AddCompilerFlag)
|
|||
include(ApiDsl)
|
||||
include(CheckCCompilerFlag)
|
||||
include(CheckCXXCompilerFlag)
|
||||
include(CTest)
|
||||
include(MacRpath)
|
||||
include(StrictAbi)
|
||||
|
||||
enable_testing()
|
||||
|
||||
set(CMAKE_MACOSX_RPATH ON)
|
||||
|
||||
if(NOT "${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
|
||||
|
|
Loading…
Reference in New Issue
Block a user