Skip to content

Commit

Permalink
fix: typo in variable name to enable/disable building tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Aug 4, 2022
1 parent 13a3143 commit 9950fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ option(ASAP_WITH_VALGRIND "Builds targets with valgrind profilers added"
# cmake-format: on

# Define the following alias variables used by the common cmake functions
set(${PROJECT_NAME}_BUILD_TEST ${ASAP_BUILD_TESTS})
set(${PROJECT_NAME}_BUILD_TESTS ${ASAP_BUILD_TESTS})
set(${PROJECT_NAME}_EXAMPLES ${ASAP_BUILD_EXAMPLES})

# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 9950fe2

Please sign in to comment.