From dee9d8b9d2a874513cad37207a41a58aa790710d Mon Sep 17 00:00:00 2001 From: Sebastian Schmitt <sebastian.schmitt@kip.uni-heidelberg.de> Date: Mon, 9 Nov 2020 15:06:31 +0100 Subject: [PATCH] Remove duplicated CMake option (#1197) --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70135e7d..52e34682 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -238,7 +238,6 @@ endif() # Python bindings #---------------------------------------------------------- -option(ARB_WITH_PYTHON "enable python front end" OFF) if(ARB_WITH_PYTHON) # Required to link the dynamic libraries for python modules. # Effectively adds '-fpic' flag to CXX_FLAGS. -- GitLab