Skip to content

Commit 2e3a71b

Browse files
fix: update static library output name to remove version suffix
1 parent c1f5865 commit 2e3a71b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/nfxDataTypesTargets.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if(NFX_DATATYPES_BUILD_STATIC)
3333

3434
set_target_properties(${PROJECT_NAME}-static
3535
PROPERTIES
36-
OUTPUT_NAME ${PROJECT_NAME}-static-${PROJECT_VERSION}
36+
OUTPUT_NAME ${PROJECT_NAME}-static
3737
ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib
3838
)
3939

0 commit comments

Comments
 (0)