Skip to content

Commit

Permalink
fix: #9 remove no longer used function
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Aug 20, 2022
1 parent 253c3f8 commit 5a7416f
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions cmake/BuildHelpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,6 @@
# Build Helpers to simplify target creation.
# ------------------------------------------------------------------------------

function(asap_compile_definitions target)
#
# Compile definitions
#
# ones we use for every single target
target_compile_definitions(
${target}
PRIVATE $<$<STREQUAL:${OPTION_CONTRACT_MODE},DEFAULT>:
ASAP_CONTRACT_DEFAULT
>
$<$<STREQUAL:${OPTION_CONTRACT_MODE},XXX>:
ASAP_CONTRACT_OFF
>
$<$<STREQUAL:${OPTION_CONTRACT_MODE},AUDIT>:
ASAP_CONTRACT_AUDIT
>
$<$<CXX_COMPILER_ID:MSVC>:
NOMINMAX
WIN32_LEAN_AND_MEAN=1
_WIN32_WINNT=0x0600
>)
endfunction()

include(GenerateTemplateExportHeader)
function(asap_generate_export_headers target include_dir)
# Set API export file and macro
Expand Down

0 comments on commit 5a7416f

Please sign in to comment.