File tree 2 files changed +0
-15
lines changed
2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,6 @@ project (DNNL_EXAMPLES)
28
28
set(DNNL_CPU_RUNTIME "@DNNL_CPU_RUNTIME@")
29
29
set(DNNL_GPU_RUNTIME "@DNNL_GPU_RUNTIME@")
30
30
31
- # link_directories() are relative to the source dir
32
- if(POLICY CMP0015)
33
- cmake_policy(SET CMP0015 NEW)
34
- endif()
35
-
36
- # Use <PackageName>_ROOT env. variable as a prefix
37
- if(POLICY CMP0074)
38
- cmake_policy(SET CMP0074 NEW)
39
- endif()
40
-
41
31
set(DNNL_INSTALL_MODE "@DNNL_INSTALL_MODE@")
42
32
set(IS_NEW_DIR_LAYOUT FALSE)
43
33
if(DNNL_INSTALL_MODE STREQUAL "BUNDLE_V2")
Original file line number Diff line number Diff line change @@ -18,11 +18,6 @@ if (NOT DNNL_BUILD_TESTS)
18
18
return ()
19
19
endif ()
20
20
21
- # Do not export symbols from executables
22
- if (POLICY CMP0065)
23
- cmake_policy (SET CMP0065 NEW)
24
- endif ()
25
-
26
21
# propagate TEST specific flags
27
22
append (CMAKE_C_FLAGS "${CMAKE_TEST_CCXX_FLAGS} " )
28
23
append (CMAKE_CXX_FLAGS "${CMAKE_TEST_CCXX_FLAGS} " )
You can’t perform that action at this time.
0 commit comments