Skip to content

Commit

Permalink
Re-enable test build within scikit-build-core environment
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Sep 16, 2024
1 parent a4ff385 commit 6877065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ set_target_properties(arcae PROPERTIES

install(TARGETS arcae LIBRARY DESTINATION arcae/lib)

if(NOT SKBUILD AND BUILD_TESTING)
if(BUILD_TESTING)
add_subdirectory(tests)
endif()

0 comments on commit 6877065

Please sign in to comment.