Can't precompile catch.hpp on Windows if main.cpp is using PCH.

This commit is contained in:
Ryan Curtin
2024-06-09 13:14:26 -04:00
parent 05392ec83c
commit d69bfa3ba2
-1
View File
@@ -233,7 +233,6 @@ if (CMAKE_VERSION VERSION_GREATER "3.16.0" AND USE_PRECOMPILED_HEADERS)
-DMLPACK_ENABLE_ANN_SERIALIZATION)
target_precompile_headers(mlpack_test PUBLIC
"../../mlpack.hpp"
"catch.hpp"
"test_catch_tools.hpp"
"serialization.hpp"
<ensmallen.hpp>