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 57002f3 commit 4a434c5Copy full SHA for 4a434c5
src/bin/CMakeLists.txt
@@ -2,7 +2,7 @@ add_subdirectory(common)
2
3
foreach(CLIENT IN LISTS CLIENTS)
4
add_executable(${CLIENT} mem${CLIENT}.cc)
5
- set_property(TARGET ${CLIENT} OUTPUT_NAME ${CLIENT_PREFIX}${CLIENT} PROPERTY CXX_STANDARD ${CXX_STANDARD})
+ set_property(TARGET ${CLIENT} PROPERTY CXX_STANDARD ${CXX_STANDARD} OUTPUT_NAME ${CLIENT_PREFIX}${CLIENT})
6
target_include_directories(${CLIENT} PRIVATE ..)
7
target_link_libraries(${CLIENT} PRIVATE libclient_common)
8
if(CMAKE_INSTALL_RPATH)
0 commit comments