diff options
Diffstat (limited to 'std_call_once_bug/CMakeLists.txt')
-rw-r--r-- | std_call_once_bug/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/std_call_once_bug/CMakeLists.txt b/std_call_once_bug/CMakeLists.txt deleted file mode 100644 index 31d45de..0000000 --- a/std_call_once_bug/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -project(std_call_once_bug CXX) - -include(../common.cmake) - -add_executable(sample sample.cpp) |