@@ -36,7 +36,7 @@ building with static depencies is not completely possible because some system
3636libraries must be shared libraries for DataFed to be interoperable. If this
3737setting is turned on DataFed will build it's libraries as shared and try to
3838link to shared libraries." OFF )
39- OPTION (ENABLE_END_TO_END_API_TESTS "Enable end-to-end API testing" FALSE )
39+ OPTION (ENABLE_END_TO_END_API_TESTS "Enable end-to-end API testing" FALSE )
4040OPTION (ENABLE_END_TO_END_WEB_TESTS "Enable end-to-end web testing with Playwright" FALSE )
4141OPTION (ENABLE_FOXX_TESTS "Enable Foxx testing, off by default because it
4242 will overwrite the test database." FALSE )
@@ -88,7 +88,7 @@ endif()
8888
8989set (CMAKE_PREFIX_PATH "${DEPENDENCY_INSTALL_PATH} " )
9090
91- if ( BUILD_TESTS )
91+ if ( BUILD_TESTS )
9292 include (CTest)
9393 ENABLE_TESTING ()
9494 set (CMAKE_CTEST_ARGUMENTS "--output-on-failure" )
@@ -112,13 +112,13 @@ if( NOT DEFINED ENABLE_END_TO_END_TESTS )
112112endif ()
113113
114114if (CMAKE_MAKE_PROGRAM MATCHES "(make|gmake)" )
115- add_definitions ( -Wall -Wextra )
115+ add_definitions ( -Wall -Wextra )
116116endif ()
117117
118118
119- if ( BUILD_REPO_SERVER OR BUILD_CORE_SERVER OR BUILD_AUTHZ OR BUILD_COMMON OR BUILD_PYTHON_CLIENT OR BUILD_WEB_SERVER)
119+ if ( BUILD_REPO_SERVER OR BUILD_CORE_SERVER OR BUILD_AUTHZ OR BUILD_COMMON OR BUILD_PYTHON_CLIENT OR BUILD_WEB_SERVER)
120+
120121
121-
122122 # Create file glob here because need to be made visible here as well
123123 file (GLOB_RECURSE ProtoFiles "${PROJECT_SOURCE_DIR} /common/proto3/common/*.proto" )
124124 include (./cmake/Protobuf.cmake)
@@ -128,7 +128,7 @@ endif()
128128if ( BUILD_WEB_SERVER )
129129 include (./cmake/Web.cmake)
130130
131- file (COPY "${CMAKE_CURRENT_SOURCE_DIR} /common/proto3/common/"
131+ file (COPY "${CMAKE_CURRENT_SOURCE_DIR} /common/proto3/common/"
132132 DESTINATION "${CMAKE_CURRENT_SOURCE_DIR} /web/proto3/" )
133133
134134 if ( ENABLE_UNIT_TESTS )
@@ -143,7 +143,7 @@ if( BUILD_AUTHZ_TESTS )
143143 include (./cmake/GlobusCommon.cmake)
144144endif ()
145145
146- if ( BUILD_REPO_SERVER OR BUILD_CORE_SERVER OR BUILD_AUTHZ OR BUILD_COMMON)
146+ if ( BUILD_REPO_SERVER OR BUILD_CORE_SERVER OR BUILD_AUTHZ OR BUILD_COMMON)
147147
148148 include_directories ( "/usr/include/globus" )
149149
@@ -171,7 +171,7 @@ if ( BUILD_REPO_SERVER OR BUILD_CORE_SERVER OR BUILD_AUTHZ OR BUILD_COMMON)
171171
172172endif ()
173173
174- if ( BUILD_COMMON )
174+ if ( BUILD_COMMON )
175175 add_subdirectory ( common )
176176endif ()
177177
@@ -190,7 +190,7 @@ endif()
190190# Must occur before building authz, location of mock keys are defined here
191191# ENV DATAFED_MOCK_CORE_PUB_KEY
192192if (ENABLE_INTEGRATION_TESTS OR ENABLE_END_TO_END_TESTS)
193- add_subdirectory (tests)
193+ add_subdirectory (tests)
194194endif ()
195195
196196if ( BUILD_REPO_SERVER OR BUILD_AUTHZ)
@@ -233,7 +233,7 @@ if( INSTALL_WEB_SERVER )
233233 install ( FILES ${PROJECT_SOURCE_DIR} /web/version .js DESTINATION ${DATAFED_INSTALL_PATH} /web )
234234endif ()
235235
236- if ( INSTALL_FOXX )
236+ if ( INSTALL_FOXX )
237237 install (CODE "execute_process(COMMAND ${DataFed_SOURCE_DIR} /scripts/install_foxx.sh
238238 OUTPUT_VARIABLE _out
239239 ERROR_VARIABLE _err
0 commit comments