Skip to content
Snippets Groups Projects
Commit 21eb9ecd authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

Change name of ALE build tests variable to prevent future clashs (#346)

parent 13d63d32
No related branches found
No related tags found
No related merge requests found
...@@ -60,8 +60,8 @@ target_link_libraries(ale ...@@ -60,8 +60,8 @@ target_link_libraries(ale
nlohmann_json::nlohmann_json) nlohmann_json::nlohmann_json)
# Optional build tests # Optional build tests
option (BUILD_TESTS "Build tests" ON) option (ALE_BUILD_TESTS "Build tests" ON)
if(BUILD_TESTS) if(ALE_BUILD_TESTS)
include(cmake/gtest.cmake) include(cmake/gtest.cmake)
include(GoogleTest) include(GoogleTest)
include(CTest) include(CTest)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment