From 2ca225a2b2d2d8aab9af4ed29fae5c0ae454858c Mon Sep 17 00:00:00 2001 From: Nicolas Cornu Date: Thu, 3 Oct 2024 13:00:04 +0200 Subject: [PATCH] Ok let's try this --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f685e273..47b048444 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -118,7 +118,7 @@ endif() # If we're building from the submodule, make sure we pass -fPIC so that we can link the code into a # shared library later. if(NMODL_3RDPARTY_USE_FMT) - set_property(TARGET fmt::fmt PROPERTY POSITION_INDEPENDENT_CODE ON) + set_property(TARGET fmt PROPERTY POSITION_INDEPENDENT_CODE ON) endif() if(NOT NMODL_3RDPARTY_USE_FMT AND ((NMODL_PGI_COMPILER AND CMAKE_CXX_COMPILER_VERSION LESS_EQUAL 22.3.0)