Skip to content

Commit e60f84a

Browse files
committed
Fixed
1 parent 33c2177 commit e60f84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/runtime/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ endif()
170170
# avoid an unwanted dependency on libstdc++.so.
171171
add_compile_definitions(_GLIBCXX_NO_ASSERTIONS)
172172
if(NOT WIN32)
173-
add_definitions(-U_GLIBCXX_ASSERTIONS -D_GLIBCXX_NO_ASSERTIONS)
173+
add_definitions(-U_GLIBCXX_ASSERTIONS)
174174
endif()
175175

176176
# Add the OpenMP library

0 commit comments

Comments
 (0)