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 9c817cd commit d5862b6Copy full SHA for d5862b6
src/applications/CMakeLists.txt
@@ -117,9 +117,4 @@ add_executable(simulation ${CCTagSimulation_cpp})
117
target_include_directories(simulation PUBLIC ${OpenCV_INCLUDE_DIRS})
118
target_link_libraries(simulation PUBLIC ${OpenCV_LIBS})
119
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
-
125
install(TARGETS detection regression simulation DESTINATION ${CMAKE_INSTALL_BINDIR})
0 commit comments