gcd: cleanup CMakeLists

This commit is contained in:
Aras Pranckevicius 2013-02-03 10:12:29 +02:00
parent e8ceaba176
commit 8b59d99d20

View File

@ -189,11 +189,6 @@ if( GCD_FOUND )
gcdKernel.h
gcdComputeController.h
)
#if (CMAKE_COMPILER_IS_GNUCXX)
# list(APPEND PLATFORM_LIBRARIES
# gomp
# )
#endif()
endif()
#-------------------------------------------------------------------------------