diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |