From 71b677ef5c02613b8b0de21532a60e2922d8c375 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Sat, 31 Jan 2015 19:43:55 -0800 Subject: [PATCH] Removing nsight dependency as it breaks on my machine --- interface/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index 9c506fdc11..0abfa7d1ef 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -238,7 +238,7 @@ else (APPLE) target_link_libraries(${TARGET_NAME} ${GLEW_LIBRARIES} "${NSIGHT_LIBRARIES}" wsock32.lib opengl32.lib Winmm.lib) # try to find the Nsight package and add it to the build if we find it - find_package(NSIGHT) + #find_package(NSIGHT) if (NSIGHT_FOUND) include_directories(${NSIGHT_INCLUDE_DIRS}) add_definitions(-DNSIGHT_FOUND)