Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert108 authored Mar 26, 2024
1 parent fd25778 commit e9b7f4b
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,6 @@ set(CMAKE_C_STANDARD_REQUIRED ON)

project(ISO22133 LANGUAGES C CXX)

# Dependencies
include(FetchContent)
execute_process(
COMMAND ping www.github.com -c 1 -q
ERROR_QUIET
RESULT_VARIABLE NO_CONNECTION
)
FetchContent_Declare(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG main
)
FetchContent_MakeAvailable(googletest)


# Swig flags
set(WITH_SWIG OFF CACHE BOOL "Enable swigging")
set(SWIG_WITH_JAVA OFF CACHE BOOL "Swig to target-language java")
Expand Down Expand Up @@ -160,4 +146,4 @@ if (WITH_SWIG)
else()
message(WARNING "SWIG not found")
endif()
endif()
endif()

0 comments on commit e9b7f4b

Please sign in to comment.