1
0
Ver Fonte

windows openmp fix

Nicolas Winkler há 5 anos atrás
pai
commit
97c251e2f4
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -48,6 +48,7 @@ endif(Boost_FOUND)
 
 if(OpenMP_CXX_FOUND)
     target_link_libraries(Almond PUBLIC OpenMP::OpenMP_CXX)
+    target_link_libraries(Almond PUBLIC ${OpenMP_CXX_FLAGS})
 endif()