#4683 System : Do not apply cotire on cafCommandFeatures

This library is used by cmake as an OBJECT library, and this construction is not suported by cotire
This commit is contained in:
Magne Sjaastad 2019-09-05 09:40:47 +02:00
parent 19c93170b3
commit 03fd2c70fe

View File

@ -98,7 +98,3 @@ endif()
source_group("" FILES ${PROJECT_FILES})
# cotire
if (COMMAND caf_apply_cotire)
caf_apply_cotire("${PROJECT_NAME}")
endif()