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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,8 +60,8 @@ target_link_libraries(ale
                      nlohmann_json::nlohmann_json)

# Optional build tests
option (BUILD_TESTS "Build tests" ON)
if(BUILD_TESTS)
option (ALE_BUILD_TESTS "Build tests" ON)
if(ALE_BUILD_TESTS)
    include(cmake/gtest.cmake)
    include(GoogleTest)
    include(CTest)