mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 18:36:45 +02:00
Removing nsight dependency as it breaks on my machine
This commit is contained in:
parent
2eeb2a5ec5
commit
71b677ef5c
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ else (APPLE)
|
||||||
target_link_libraries(${TARGET_NAME} ${GLEW_LIBRARIES} "${NSIGHT_LIBRARIES}" wsock32.lib opengl32.lib Winmm.lib)
|
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
|
# 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)
|
if (NSIGHT_FOUND)
|
||||||
include_directories(${NSIGHT_INCLUDE_DIRS})
|
include_directories(${NSIGHT_INCLUDE_DIRS})
|
||||||
add_definitions(-DNSIGHT_FOUND)
|
add_definitions(-DNSIGHT_FOUND)
|
||||||
|
|
Loading…
Reference in a new issue