Loading CMakeLists.txt +2 −2 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
CMakeLists.txt +2 −2 Original line number Diff line number Diff line Loading @@ -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) Loading