Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2018-09-18 12:16:49 +0300
committertamasmeszaros <meszaros.q@gmail.com>2018-09-18 12:16:49 +0300
commit5fa99fd903312aab34ce8db748af602237855517 (patch)
tree9e6776adc236cfe23aa7e8fb6c523aaeef9fa804 /xs
parent3ddaccb6410478ad02d8c0e02d6d8e6eb1785b9f (diff)
removing unnecessary artefacts FindFlann and duplicate c++11 standard definition in cmake.
Diffstat (limited to 'xs')
-rw-r--r--xs/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/xs/CMakeLists.txt b/xs/CMakeLists.txt
index 69e03779a..7fd81f610 100644
--- a/xs/CMakeLists.txt
+++ b/xs/CMakeLists.txt
@@ -2,10 +2,6 @@
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
-# Enable C11 language standard.
-set(CMAKE_C_STANDARD 11)
-set(CMAKE_C_STANDARD_REQUIRED ON)
-
# Add our own cmake module path.
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/modules/)