File tree Expand file tree Collapse file tree 17 files changed +0
-18
lines changed
ExperimentCostDoNotOptimizeAway
ExperimentParameterPassing
ExperimentSimpleComparison
ExperimentSortingRandomInts
ExperimentSortingRandomIntsUDM Expand file tree Collapse file tree 17 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ macro(CeleroSetDefaultCompilerOptions)
35
35
target_compile_options (${PROJECT_NAME} PRIVATE /D_SCL_SECURE_NO_WARNINGS )
36
36
target_compile_options (${PROJECT_NAME} PRIVATE /permissive- )
37
37
target_compile_options (${PROJECT_NAME} PRIVATE /MP )
38
- target_compile_definitions (${PROJECT_NAME} PRIVATE /wd4251 )
39
38
40
39
if (NOT CELERO_COMPILE_DYNAMIC_LIBRARIES )
41
40
if (VCPKG_CRT_LINKAGE )
@@ -205,7 +204,6 @@ else()
205
204
endif ()
206
205
207
206
CeleroSetDefaultCompilerOptions ()
208
- target_compile_options (${PROJECT_NAME} PRIVATE /wd4251 )
209
207
210
208
target_link_libraries (${PROJECT_NAME} ${SYSLIBS} )
211
209
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ target_sources(${PROJECT_NAME} PRIVATE
25
25
)
26
26
27
27
CeleroSetDefaultCompilerOptions ()
28
- target_compile_options (${PROJECT_NAME} PRIVATE /wd4251 )
29
28
30
29
target_link_libraries (${PROJECT_NAME} celero )
31
30
include_directories (${HEADER_PATH} )
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ SET(PROJECT_NAME CeleroDemo-Multithread)
44
44
target_link_libraries (${PROJECT_NAME} celero )
45
45
46
46
CeleroSetDefaultCompilerOptions ()
47
- target_compile_options (${PROJECT_NAME} PRIVATE /wd4251 )
48
47
49
48
# Broiler Plate: Add Celer's include directories.
50
49
include_directories (${HEADER_PATH} )
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ add_executable(${PROJECT_NAME}
41
41
target_link_libraries (${PROJECT_NAME} celero )
42
42
43
43
CeleroSetDefaultCompilerOptions ()
44
- target_compile_options (${PROJECT_NAME} PRIVATE /wd4251 )
45
44
46
45
# Broiler Plate: Add Celer's include directories.
47
46
include_directories (${HEADER_PATH} )
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ add_executable(${PROJECT_NAME}
44
44
target_link_libraries (${PROJECT_NAME} celero )
45
45
46
46
CeleroSetDefaultCompilerOptions ()
47
- target_compile_options (${PROJECT_NAME} PRIVATE /wd4251 )
48
47
49
48
# Broiler Plate: Add Celer's include directories.
50
49
include_directories (${HEADER_PATH} )
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ add_executable(${PROJECT_NAME}
41
41
target_link_libraries (${PROJECT_NAME} celero )
42
42
43
43
CeleroSetDefaultCompilerOptions ()
44
- target_compile_options (${PROJECT_NAME} PRIVATE /wd4251 )
45
44
46
45
# Broiler Plate: Add Celer's include directories.
47
46
include_directories (${HEADER_PATH} )
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ add_executable(${PROJECT_NAME}
44
44
target_link_libraries (${PROJECT_NAME} celero )
45
45
46
46
CeleroSetDefaultCompilerOptions ()
47
- target_compile_options (${PROJECT_NAME} PRIVATE /wd4251 )
48
47
49
48
# Broiler Plate: Add Celer's include directories.
50
49
include_directories (${HEADER_PATH} )
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ add_executable(${PROJECT_NAME}
41
41
target_link_libraries (${PROJECT_NAME} celero )
42
42
43
43
CeleroSetDefaultCompilerOptions ()
44
- target_compile_options (${PROJECT_NAME} PRIVATE /wd4251 )
45
44
46
45
# Broiler Plate: Add Celer's include directories.
47
46
include_directories (${HEADER_PATH} )
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ if(${CMAKE_CXX_COMPILER_ID} STREQUAL MSVC)
46
46
target_link_libraries (${PROJECT_NAME} celero )
47
47
48
48
CeleroSetDefaultCompilerOptions ()
49
- target_compile_options (${PROJECT_NAME} PRIVATE /wd4251 )
50
49
51
50
# Broiler Plate: Add Celer's include directories.
52
51
include_directories (${HEADER_PATH} )
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ add_executable(${PROJECT_NAME}
44
44
target_link_libraries (${PROJECT_NAME} celero )
45
45
46
46
CeleroSetDefaultCompilerOptions ()
47
- target_compile_options (${PROJECT_NAME} PRIVATE /wd4251 )
48
47
49
48
# Broiler Plate: Add Celer's include directories.
50
49
include_directories (${HEADER_PATH} )
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ add_executable(${PROJECT_NAME}
44
44
target_link_libraries (${PROJECT_NAME} celero )
45
45
46
46
CeleroSetDefaultCompilerOptions ()
47
- target_compile_options (${PROJECT_NAME} PRIVATE /wd4251 )
48
47
49
48
# Broiler Plate: Add Celer's include directories.
50
49
include_directories (${HEADER_PATH} )
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ SET(PROJECT_NAME CeleroExperiment-CostOfSharedPtr)
38
38
target_link_libraries (${PROJECT_NAME} celero )
39
39
40
40
CeleroSetDefaultCompilerOptions ()
41
- target_compile_options (${PROJECT_NAME} PRIVATE /wd4251 )
42
41
43
42
# Broiler Plate: Add Celer's include directories.
44
43
include_directories (${HEADER_PATH} )
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ add_executable(${PROJECT_NAME}
44
44
target_link_libraries (${PROJECT_NAME} celero )
45
45
46
46
CeleroSetDefaultCompilerOptions ()
47
- target_compile_options (${PROJECT_NAME} PRIVATE /wd4251 )
48
47
49
48
# Broiler Plate: Add Celer's include directories.
50
49
include_directories (${HEADER_PATH} )
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ SET(PROJECT_NAME CeleroExperiment-Particles)
45
45
target_link_libraries (${PROJECT_NAME} celero )
46
46
47
47
CeleroSetDefaultCompilerOptions ()
48
- target_compile_options (${PROJECT_NAME} PRIVATE /wd4251 )
49
48
50
49
# Broiler Plate: Add Celer's include directories.
51
50
include_directories (${HEADER_PATH} )
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ SET(PROJECT_NAME CeleroExperiment-SimpleComparison)
44
44
target_link_libraries (${PROJECT_NAME} celero )
45
45
46
46
CeleroSetDefaultCompilerOptions ()
47
- target_compile_options (${PROJECT_NAME} PRIVATE /wd4251 )
48
47
49
48
# Broiler Plate: Add Celer's include directories.
50
49
include_directories (${HEADER_PATH} )
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ add_executable(${PROJECT_NAME}
44
44
target_link_libraries (${PROJECT_NAME} celero )
45
45
46
46
CeleroSetDefaultCompilerOptions ()
47
- target_compile_options (${PROJECT_NAME} PRIVATE /wd4251 )
48
47
49
48
# Broiler Plate: Add Celer's include directories.
50
49
include_directories (${HEADER_PATH} )
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ add_executable(${PROJECT_NAME}
45
45
target_link_libraries (${PROJECT_NAME} celero )
46
46
47
47
CeleroSetDefaultCompilerOptions ()
48
- target_compile_options (${PROJECT_NAME} PRIVATE /wd4251 )
49
48
50
49
# Broiler Plate: Add Celer's include directories.
51
50
include_directories (${HEADER_PATH} )
You can’t perform that action at this time.
0 commit comments