Skip to content
Snippets Groups Projects
Unverified Commit dee9d8b9 authored by Sebastian Schmitt's avatar Sebastian Schmitt Committed by GitHub
Browse files

Remove duplicated CMake option (#1197)

parent 0e08c44c
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment