Skip to content

Commit

Permalink
Ok let's try this
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Cornu committed Oct 3, 2024
1 parent 34ef9ad commit 2ca225a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2ca225a

Please sign in to comment.