We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5a6c6 commit 0799adbCopy full SHA for 0799adb
CMakeLists.txt
@@ -44,6 +44,9 @@ set_property(
44
CRITICAL
45
OFF)
46
add_compile_definitions(SPDLOG_ACTIVE_LEVEL=SPDLOG_LEVEL_${MQT_QMAP_LOG_LEVEL})
47
+# todo: this might not be the right place to put this but required for spdlog and python bindings on
48
+# linux
49
+set(CMAKE_POSITION_INDEPENDENT_CODE ON)
50
51
option(BUILD_MQT_QMAP_BINDINGS "Build the MQT QMAP Python bindings" OFF)
52
if(BUILD_MQT_QMAP_BINDINGS)
0 commit comments