diff --git a/examples/dxPtexViewer/CMakeLists.txt b/examples/dxPtexViewer/CMakeLists.txt index 13b08110..27434232 100644 --- a/examples/dxPtexViewer/CMakeLists.txt +++ b/examples/dxPtexViewer/CMakeLists.txt @@ -68,4 +68,4 @@ target_link_libraries(dxPtexViewer ${PLATFORM_LIBRARIES} ) -install(TARGETS dxPtexViewer EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}") +install(TARGETS dxPtexViewer DESTINATION "${CMAKE_BINDIR_BASE}") diff --git a/examples/dxViewer/CMakeLists.txt b/examples/dxViewer/CMakeLists.txt index 9838abf8..245ecbd7 100644 --- a/examples/dxViewer/CMakeLists.txt +++ b/examples/dxViewer/CMakeLists.txt @@ -62,4 +62,4 @@ target_link_libraries(dxViewer ${PLATFORM_LIBRARIES} ) -install(TARGETS dxViewer EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}") +install(TARGETS dxViewer DESTINATION "${CMAKE_BINDIR_BASE}") diff --git a/examples/farViewer/CMakeLists.txt b/examples/farViewer/CMakeLists.txt index e4b6e2e1..839983e7 100644 --- a/examples/farViewer/CMakeLists.txt +++ b/examples/farViewer/CMakeLists.txt @@ -67,4 +67,4 @@ target_link_libraries(farViewer ${PLATFORM_LIBRARIES} ) -install(TARGETS farViewer EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}") +install(TARGETS farViewer DESTINATION "${CMAKE_BINDIR_BASE}") diff --git a/examples/glEvalLimit/CMakeLists.txt b/examples/glEvalLimit/CMakeLists.txt index 0a37ccf2..1a71f72e 100644 --- a/examples/glEvalLimit/CMakeLists.txt +++ b/examples/glEvalLimit/CMakeLists.txt @@ -61,4 +61,4 @@ target_link_libraries(glEvalLimit ${PLATFORM_LIBRARIES} ) -install(TARGETS glEvalLimit EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}") +install(TARGETS glEvalLimit DESTINATION "${CMAKE_BINDIR_BASE}") diff --git a/examples/glFVarViewer/CMakeLists.txt b/examples/glFVarViewer/CMakeLists.txt index bc66a8a8..e5194474 100644 --- a/examples/glFVarViewer/CMakeLists.txt +++ b/examples/glFVarViewer/CMakeLists.txt @@ -61,4 +61,4 @@ target_link_libraries(glFVarViewer ${PLATFORM_LIBRARIES} ) -install(TARGETS glFVarViewer EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}") +install(TARGETS glFVarViewer DESTINATION "${CMAKE_BINDIR_BASE}") diff --git a/examples/glImaging/CMakeLists.txt b/examples/glImaging/CMakeLists.txt index 38543a2c..95596dea 100644 --- a/examples/glImaging/CMakeLists.txt +++ b/examples/glImaging/CMakeLists.txt @@ -63,7 +63,7 @@ target_link_libraries(glImaging ${PLATFORM_LIBRARIES} ) -install(TARGETS glImaging EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}") +install(TARGETS glImaging DESTINATION "${CMAKE_BINDIR_BASE}") if (NOT NO_GLTESTS) add_test(glImaging ${EXECUTABLE_OUTPUT_PATH}/glImaging -w test -l 3 -s 256 256 -a) diff --git a/examples/glPaintTest/CMakeLists.txt b/examples/glPaintTest/CMakeLists.txt index dd46300a..310d9726 100644 --- a/examples/glPaintTest/CMakeLists.txt +++ b/examples/glPaintTest/CMakeLists.txt @@ -61,4 +61,4 @@ target_link_libraries(glPaintTest ${PLATFORM_LIBRARIES} ) -install(TARGETS glPaintTest EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}") +install(TARGETS glPaintTest DESTINATION "${CMAKE_BINDIR_BASE}") diff --git a/examples/glPtexViewer/CMakeLists.txt b/examples/glPtexViewer/CMakeLists.txt index c724e66e..3cf6e329 100644 --- a/examples/glPtexViewer/CMakeLists.txt +++ b/examples/glPtexViewer/CMakeLists.txt @@ -66,4 +66,4 @@ target_link_libraries(glPtexViewer ${PLATFORM_LIBRARIES} ) -install(TARGETS glPtexViewer EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}") +install(TARGETS glPtexViewer DESTINATION "${CMAKE_BINDIR_BASE}") diff --git a/examples/glShareTopology/CMakeLists.txt b/examples/glShareTopology/CMakeLists.txt index 445d3988..b037a863 100644 --- a/examples/glShareTopology/CMakeLists.txt +++ b/examples/glShareTopology/CMakeLists.txt @@ -61,4 +61,4 @@ target_link_libraries(glShareTopology ${PLATFORM_LIBRARIES} ) -install(TARGETS glShareTopology EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}") +install(TARGETS glShareTopology DESTINATION "${CMAKE_BINDIR_BASE}") diff --git a/examples/glStencilViewer/CMakeLists.txt b/examples/glStencilViewer/CMakeLists.txt index 900395c4..93b5c0df 100644 --- a/examples/glStencilViewer/CMakeLists.txt +++ b/examples/glStencilViewer/CMakeLists.txt @@ -52,4 +52,4 @@ target_link_libraries(glStencilViewer ${PLATFORM_LIBRARIES} ) -install(TARGETS glStencilViewer EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}") +install(TARGETS glStencilViewer DESTINATION "${CMAKE_BINDIR_BASE}") diff --git a/examples/glViewer/CMakeLists.txt b/examples/glViewer/CMakeLists.txt index 3bd30202..2df540ba 100644 --- a/examples/glViewer/CMakeLists.txt +++ b/examples/glViewer/CMakeLists.txt @@ -62,4 +62,4 @@ target_link_libraries(glViewer ${PLATFORM_LIBRARIES} ) -install(TARGETS glViewer EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}") +install(TARGETS glViewer DESTINATION "${CMAKE_BINDIR_BASE}") diff --git a/examples/mtlPtexViewer/CMakeLists.txt b/examples/mtlPtexViewer/CMakeLists.txt index 5dcdfafb..f8e51ff7 100644 --- a/examples/mtlPtexViewer/CMakeLists.txt +++ b/examples/mtlPtexViewer/CMakeLists.txt @@ -117,4 +117,4 @@ target_link_libraries(mtlPtexViewer ) -install(TARGETS mtlPtexViewer EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}") +install(TARGETS mtlPtexViewer DESTINATION "${CMAKE_BINDIR_BASE}") diff --git a/examples/mtlViewer/CMakeLists.txt b/examples/mtlViewer/CMakeLists.txt index 3e1765ff..c1445954 100644 --- a/examples/mtlViewer/CMakeLists.txt +++ b/examples/mtlViewer/CMakeLists.txt @@ -112,4 +112,4 @@ target_link_libraries(mtlViewer ${PLATFORM_LIBRARIES} ) -install(TARGETS mtlViewer EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}") +install(TARGETS mtlViewer DESTINATION "${CMAKE_BINDIR_BASE}") diff --git a/opensubdiv/tools/stringify/CMakeLists.txt b/opensubdiv/tools/stringify/CMakeLists.txt index b00c2d2b..ae0aad94 100644 --- a/opensubdiv/tools/stringify/CMakeLists.txt +++ b/opensubdiv/tools/stringify/CMakeLists.txt @@ -32,5 +32,5 @@ if(NOT CMAKE_CROSSCOMPILING) osd_add_executable(stringify "opensubdiv/tools" main.cpp ) - install(TARGETS stringify EXPORT opensubdiv-targets DESTINATION ${CMAKE_BINDIR_BASE}) + install(TARGETS stringify DESTINATION ${CMAKE_BINDIR_BASE}) endif() diff --git a/regression/far_perf/CMakeLists.txt b/regression/far_perf/CMakeLists.txt index f683577e..1768e7bc 100644 --- a/regression/far_perf/CMakeLists.txt +++ b/regression/far_perf/CMakeLists.txt @@ -42,7 +42,7 @@ osd_add_executable(far_perf "regression" $ ) -install(TARGETS far_perf EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}") +install(TARGETS far_perf DESTINATION "${CMAKE_BINDIR_BASE}") add_test(far_perf ${EXECUTABLE_OUTPUT_PATH}/far_regression) diff --git a/regression/far_regression/CMakeLists.txt b/regression/far_regression/CMakeLists.txt index f9445884..90a589a3 100644 --- a/regression/far_regression/CMakeLists.txt +++ b/regression/far_regression/CMakeLists.txt @@ -40,7 +40,7 @@ osd_add_executable(far_regression "regression" $ ) -install(TARGETS far_regression EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}") +install(TARGETS far_regression DESTINATION "${CMAKE_BINDIR_BASE}") add_test(far_regression ${EXECUTABLE_OUTPUT_PATH}/far_regression) diff --git a/regression/hbr_regression/CMakeLists.txt b/regression/hbr_regression/CMakeLists.txt index 0337a769..c734c8a7 100644 --- a/regression/hbr_regression/CMakeLists.txt +++ b/regression/hbr_regression/CMakeLists.txt @@ -49,5 +49,5 @@ osd_add_executable(hbr_baseline "regression" $ ) -install(TARGETS hbr_baseline EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}") -install(TARGETS hbr_regression EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}") +install(TARGETS hbr_baseline DESTINATION "${CMAKE_BINDIR_BASE}") +install(TARGETS hbr_regression DESTINATION "${CMAKE_BINDIR_BASE}") diff --git a/regression/osd_regression/CMakeLists.txt b/regression/osd_regression/CMakeLists.txt index 5049579e..dd64f2aa 100644 --- a/regression/osd_regression/CMakeLists.txt +++ b/regression/osd_regression/CMakeLists.txt @@ -47,7 +47,7 @@ target_link_libraries(osd_regression ${PLATFORM_LIBRARIES} ) -install(TARGETS osd_regression EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}") +install(TARGETS osd_regression DESTINATION "${CMAKE_BINDIR_BASE}") if (NOT NO_GLTESTS) add_test(osd_regression ${EXECUTABLE_OUTPUT_PATH}/osd_regression) diff --git a/tutorials/hbr/tutorial_0/CMakeLists.txt b/tutorials/hbr/tutorial_0/CMakeLists.txt index 0c51fd6f..9f7a7e9c 100644 --- a/tutorials/hbr/tutorial_0/CMakeLists.txt +++ b/tutorials/hbr/tutorial_0/CMakeLists.txt @@ -30,5 +30,5 @@ osd_add_executable(hbr_tutorial_0 "tutorials/hbr" ${SOURCE_FILES} ) -install(TARGETS hbr_tutorial_0 EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}/tutorials") +install(TARGETS hbr_tutorial_0 DESTINATION "${CMAKE_BINDIR_BASE}/tutorials") diff --git a/tutorials/hbr/tutorial_1/CMakeLists.txt b/tutorials/hbr/tutorial_1/CMakeLists.txt index c72958c0..179aad1b 100644 --- a/tutorials/hbr/tutorial_1/CMakeLists.txt +++ b/tutorials/hbr/tutorial_1/CMakeLists.txt @@ -30,5 +30,5 @@ osd_add_executable(hbr_tutorial_1 "tutorials/hbr" ${SOURCE_FILES} ) -install(TARGETS hbr_tutorial_1 EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}/tutorials") +install(TARGETS hbr_tutorial_1 DESTINATION "${CMAKE_BINDIR_BASE}/tutorials") diff --git a/tutorials/hbr/tutorial_2/CMakeLists.txt b/tutorials/hbr/tutorial_2/CMakeLists.txt index b0c04867..5fc132ea 100644 --- a/tutorials/hbr/tutorial_2/CMakeLists.txt +++ b/tutorials/hbr/tutorial_2/CMakeLists.txt @@ -30,5 +30,5 @@ osd_add_executable(hbr_tutorial_2 "tutorials/hbr" ${SOURCE_FILES} ) -install(TARGETS hbr_tutorial_2 EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}/tutorials") +install(TARGETS hbr_tutorial_2 DESTINATION "${CMAKE_BINDIR_BASE}/tutorials") diff --git a/tutorials/osd/tutorial_0/CMakeLists.txt b/tutorials/osd/tutorial_0/CMakeLists.txt index 4d1d89c7..6edac1df 100644 --- a/tutorials/osd/tutorial_0/CMakeLists.txt +++ b/tutorials/osd/tutorial_0/CMakeLists.txt @@ -35,5 +35,5 @@ target_link_libraries(osd_tutorial_0 osd_static_cpu ) -install(TARGETS osd_tutorial_0 EXPORT opensubdiv-targets DESTINATION "${CMAKE_BINDIR_BASE}/tutorials") +install(TARGETS osd_tutorial_0 DESTINATION "${CMAKE_BINDIR_BASE}/tutorials")