Skip to content

Commit

Permalink
trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
yobeonline committed Aug 14, 2024
1 parent 3fdb7eb commit fabdcfc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ cmake_minimum_required(VERSION 3.19)

project(test_add_target)

set(BUILD_TESTING ON CACHE STRING "")
set(BUILD_TESTING ON)

include(add_target.cmake)

include(FetchContent)
Expand All @@ -14,6 +11,7 @@ FetchContent_Declare(
GIT_TAG v0.1.14
)
FetchContent_MakeAvailable(cmake_test)

include(cmake_test/cmake_test)

ct_add_dir("test")
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions test/parse_file_options.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include(cmake_test/cmake_test)

ct_add_test(NAME parse_file_options.main)
function(${CMAKETEST_TEST})
parse_file_options("test.cpp" file options)
Expand Down

0 comments on commit fabdcfc

Please sign in to comment.