Skip to content

Commit e18983e

Browse files
committed
Updated to set library output_name
1 parent bf6f8e5 commit e18983e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ file(GLOB_RECURSE sources CONFIGURE_DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/source/
4444
# INTERFACE_COMPILE_FEATURES cxx_std_17)
4545

4646
add_library(Glob ${headers} ${sources})
47-
47+
SET_TARGET_PROPERTIES(Glob PROPERTIES OUTPUT_NAME glob)
4848
set_target_properties(Glob PROPERTIES CXX_STANDARD 17)
4949

5050
# being a cross-platform target, we enforce standards conformance on MSVC

0 commit comments

Comments
 (0)