Skip to content

Commit cb6c33c

Browse files
committed
Fix liblibjsonexpr.a on linux
1 parent 15557de commit cb6c33c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libjsonexpr/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ if (BUILD_SHARED_LIBS)
6868
endif()
6969
endif()
7070

71+
set_target_properties(libjsonexpr PROPERTIES PREFIX "")
7172
target_compile_features(libjsonexpr PUBLIC cxx_std_20)
7273
target_include_directories(libjsonexpr PUBLIC
7374
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>

0 commit comments

Comments
 (0)