Skip to content

Commit 0228d36

Browse files
authored
move -fopenmp to CFLAGS
1 parent 92f7a2d commit 0228d36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/openblas.pc.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Name: OpenBLAS
99
Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version
1010
Version: @OpenBLAS_VERSION@
1111
URL: https://github.com/OpenMathLib/OpenBLAS
12-
Libs: @OpenMP_C_FLAGS@ -L${libdir} -l${libnameprefix}openblas${libnamesuffix}${libsuffix}
13-
Cflags: -I${includedir}
12+
Libs: -L${libdir} -l${libnameprefix}openblas${libnamesuffix}${libsuffix}
13+
Cflags: -I${includedir} @OpenMP_C_FLAGS@

0 commit comments

Comments
 (0)