diff options
| author | sabdulajees <[email protected]> | 2017-02-15 22:28:24 -0600 |
|---|---|---|
| committer | sabdulajees <[email protected]> | 2017-02-15 22:28:24 -0600 |
| commit | bcb9fac9a618b36e29757996b7df93404075dfd3 (patch) | |
| tree | 42f54f9e45e4ac8bb9cad2b1221197b499d4e0ca /compiler/cmake/ServerApp.cmake | |
| parent | Removing commented out script code (diff) | |
| download | waveworks_archive-bcb9fac9a618b36e29757996b7df93404075dfd3.tar.xz waveworks_archive-bcb9fac9a618b36e29757996b7df93404075dfd3.zip | |
Remove CUDA Toolkit dependencyHEADmasterNRD_like_API
Diffstat (limited to 'compiler/cmake/ServerApp.cmake')
| -rw-r--r-- | compiler/cmake/ServerApp.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmake/ServerApp.cmake b/compiler/cmake/ServerApp.cmake index 866fd0d..c88db77 100644 --- a/compiler/cmake/ServerApp.cmake +++ b/compiler/cmake/ServerApp.cmake @@ -115,7 +115,7 @@ TARGET_COMPILE_DEFINITIONS(ServerApp IF(TARGET_BUILD_PLATFORM STREQUAL "Windows") # Add linked libraries - TARGET_LINK_LIBRARIES(ServerApp PUBLIC WaveWorks Ws2_32.lib comctl32.lib ${CUDA_LIBRARIES}) + TARGET_LINK_LIBRARIES(ServerApp PUBLIC WaveWorks Ws2_32.lib comctl32.lib) IF(CMAKE_CL_64) SET(LIBPATH_SUFFIX "win64") |