We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2a68a commit 7d53fb1Copy full SHA for 7d53fb1
loadgen/CMakeLists.txt
@@ -16,7 +16,7 @@ message(STATUS "Using static linker flags: ${CMAKE_STATIC_LINKER_FLAGS}")
16
message(STATUS "Using shared linker flags: ${CMAKE_SHARED_LINKER_FLAGS}")
17
18
# Output directory for libraries.
19
-SET(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR})
+set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR})
20
message(STATUS "Using output path: ${LIBRARY_OUTPUT_PATH}")
21
22
# Detect Python to use for generating source file with version info.
0 commit comments