Skip to content

Commit d5862b6

Browse files
committed
[cmake] remove version and debug suffix for apps
it makes life easier also for vcpkg
1 parent 9c817cd commit d5862b6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/applications/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,4 @@ add_executable(simulation ${CCTagSimulation_cpp})
117117
target_include_directories(simulation PUBLIC ${OpenCV_INCLUDE_DIRS})
118118
target_link_libraries(simulation PUBLIC ${OpenCV_LIBS})
119119

120-
foreach(_app detection regression simulation)
121-
set_target_properties(${_app} PROPERTIES VERSION ${PROJECT_VERSION})
122-
set_target_properties(${_app} PROPERTIES DEBUG_POSTFIX "d")
123-
endforeach()
124-
125120
install(TARGETS detection regression simulation DESTINATION ${CMAKE_INSTALL_BINDIR})

0 commit comments

Comments
 (0)