Update CMakeLists.txt
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 6m44s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 24s

Get rid of event cmake warning.
This commit is contained in:
2024-10-10 12:14:21 -04:00
parent 29db4f0792
commit 85aac1c192

View File

@@ -34,7 +34,7 @@ set_target_properties(J3ML PROPERTIES LINKER_LANGUAGE CXX)
CPMAddPackage(
NAME jtest
URL https://git.redacted.cc/josh/jtest/archive/Release-1.2.zip
URL https://git.redacted.cc/josh/jtest/archive/Release-1.4.zip
)
target_include_directories(J3ML PUBLIC ${jtest_SOURCE_DIR}/include)