Skip to content

Commit

Permalink
Move include ctest up, this should reneable tests. (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson authored Jan 3, 2020
1 parent 0a5a443 commit 045024d
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 @@ -27,6 +27,7 @@ include(AwsSharedLibSetup)
include(AwsFeatureTests)
include(AwsSanitizers)
include(AwsSIMD)
include(CTest)

set(GENERATED_ROOT_DIR "${CMAKE_CURRENT_BINARY_DIR}/generated")
set(GENERATED_INCLUDE_DIR "${GENERATED_ROOT_DIR}/include")
Expand Down Expand Up @@ -233,7 +234,6 @@ configure_file(${CONFIG_HEADER_TEMPLATE}

if (NOT CMAKE_CROSSCOMPILING)
if (BUILD_TESTING)
include(CTest)
add_subdirectory(tests)
endif()
endif()
Expand Down

0 comments on commit 045024d

Please sign in to comment.