From e0d4943090c285a44dad501cf9dc24714f9b3530 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Fri, 16 Feb 2018 13:56:35 -0500 Subject: removed uncessary linkages --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 66d9e2c..eb86ba6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ if (OPENMP_FOUND) set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}") endif() -target_link_libraries(wolff gsl m jst cblas fftw3 tcmalloc profiler) +target_link_libraries(wolff gsl m cblas fftw3 tcmalloc profiler) #target_link_libraries(pt_wolff gsl m jst cblas tcmalloc profiler) install(TARGETS wolff DESTINATION bin) -- cgit v1.2.3-70-g09d2