Skip to content

Commit

Permalink
#EDITS: CMake updates
Browse files Browse the repository at this point in the history
  • Loading branch information
akielaries committed Apr 16, 2024
1 parent bfb19f7 commit 5b52ab1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,6 @@ include(GNUInstallDirs)

option(BUILD_ARITH "[!] Build Arithmetic Module" ON)

############################################################
# Run Tests
############################################################
#find_package(GTest REQUIRED)


if(BUILD_PYGPMP)
message(STATUS "Building Python API")
Expand All @@ -175,6 +170,8 @@ if(BUILD_PYGPMP)
endif()

#else()
# This is the default option when running with cmake ../ and no other
# passed in options
elseif(NOT BUILD_PYGPMP OR NOT BUILD_TINYGPMP)

message(STATUS "Building source C++ API")
Expand Down Expand Up @@ -232,6 +229,9 @@ elseif(NOT BUILD_PYGPMP OR NOT BUILD_TINYGPMP)

export(TARGETS ${PROJECT_NAME} FILE openGPMPConfig.cmake)

############################################################
# Run Tests
############################################################
if (BUILD_TESTS)
message(STATUS "Including tests")

Expand Down

0 comments on commit 5b52ab1

Please sign in to comment.