mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
9f5925e81b
Co-authored-by: Alberto Luaces <alberto.luaces@udc.es>
12 lines
359 B
Diff
12 lines
359 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -29,7 +29,6 @@ if(MSVC)
|
|
else()
|
|
# Ignore Visual Studio pragma regions
|
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unknown-pragmas")
|
|
- set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} --coverage -Og")
|
|
endif(MSVC)
|
|
|
|
set(CSV_ROOT_DIR ${CMAKE_CURRENT_LIST_DIR})
|