Skip to content

Commit 50e1c23

Browse files
committed
Removed gcc_atomic.cpp from CMakelist.txt.
1 parent 39e7856 commit 50e1c23

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,6 @@ int main(int argc, char * argv[])
124124
}
125125
" MSGPACK_ENABLE_GCC_CXX_ATOMIC)
126126

127-
IF (MSGPACK_ENABLE_GCC_CXX_ATOMIC)
128-
LIST (APPEND msgpack_SOURCES
129-
src/gcc_atomic.cpp
130-
)
131-
ENDIF ()
132-
133127

134128
LIST (APPEND msgpack_SOURCES
135129
src/unpack.c

0 commit comments

Comments
 (0)