Skip to content

Commit 0f33199

Browse files
Chandrashekara K RChandrashekara K R
authored andcommitted
updated CMakeLists.txt
Added below content: 1. # set(OpenMP_libomp_LIBRARY "C:/Program Files/LLVM/lib/libomp.lib" CACHE STRING "openmp library path") 2. set(OpenMP_libomp_LIBRARY "C:/Program Files/LLVM/lib/libomp.lib" CACHE STRING "openmp library path")
1 parent 8fd7060 commit 0f33199

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ if(WIN32)
188188
option(ENABLE_NO_UNDERSCORE_API "Export APIs without underscore." OFF)
189189
option(ENABLE_UPPERCASE_API "Export APIs with uppercase." OFF)
190190
# Setting path to OpenMP runtime.
191+
# set(OpenMP_libomp_LIBRARY "C:/Program Files/LLVM/lib/libomp.lib" CACHE STRING "openmp library path")
191192
set(OpenMP_libomp_LIBRARY "C:/Program Files/LLVM/lib/libomp.lib" CACHE STRING "openmp library path")
192193
else(WIN32)
193194
set(OpenMP_libomp_LIBRARY "" CACHE STRING "openmp library path")

0 commit comments

Comments
 (0)