commit 8c7972aa541c51885627d5ea8a3f9a8edbbbe655
parent dda87eee40bcbd9ef92790174a337d959c43ba5e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 27 Mar 2015 16:28:41 +0100
Minor clean-up of the CMake file
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -48,9 +48,6 @@ find_package(RSys 0.1.1 REQUIRED)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${RCMAKE_SOURCE_DIR})
include(rcmake)
-if(CMAKE_COMPILER_IS_GNUCXX)
-endif()
-
include_directories(${Embree_INCLUDE_DIR} ${RSys_INCLUDE_DIR})
################################################################################