Skip to content

Commit

Permalink
Move googletest.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Nov 15, 2023
1 parent febad93 commit c993c9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FPrime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function(fprime_setup_included_code)
setup_global_targets()
# For BUILD_TESTING builds then set up libraries that support testing
if (BUILD_TESTING AND NOT DEFINED FPRIME_SUB_BUILD_TARGETS)
include("${FPRIME_FRAMEWORK_PATH}/cmake/googletest-download/googletest.cmake")
include("${FPRIME_FRAMEWORK_PATH}/cmake/googletest.cmake")
endif()
if (BUILD_TESTING)
add_subdirectory("${FPRIME_FRAMEWORK_PATH}/STest/" "${CMAKE_BINARY_DIR}/F-Prime/STest")
Expand Down
File renamed without changes.

0 comments on commit c993c9d

Please sign in to comment.