Skip to content

Commit 7d53fb1

Browse files
committed
Use case consistently (SET -> set).
1 parent 8d2a68a commit 7d53fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loadgen/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ message(STATUS "Using static linker flags: ${CMAKE_STATIC_LINKER_FLAGS}")
1616
message(STATUS "Using shared linker flags: ${CMAKE_SHARED_LINKER_FLAGS}")
1717

1818
# Output directory for libraries.
19-
SET(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR})
19+
set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR})
2020
message(STATUS "Using output path: ${LIBRARY_OUTPUT_PATH}")
2121

2222
# Detect Python to use for generating source file with version info.

0 commit comments

Comments
 (0)