aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fcl/dont-lower-c++-std.diff
blob: 83529772fdaf43356ba343ff5fda3241a8eacb0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6e5bbb8..57de5e1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -342,7 +342,6 @@ add_subdirectory(include/fcl)
 
 set(PKG_DESC "Flexible Collision Library")
 if(NOT MSVC)
-    set(PKG_CFLAGS "-std=c++11")
 endif()
 configure_file(fcl.pc.in fcl.pc @ONLY)