Skip to content

Commit ce25f80

Browse files
committed
Enabling unit tests should not disable install of libraries and binaries
1 parent 3b36ea8 commit ce25f80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,13 @@ ExternalProject_Add(gtest
8080
endif()
8181
enable_testing()
8282
add_subdirectory(test)
83+
endif()
8384

84-
else()
8585
get_directory_property(TARGETS BUILDSYSTEM_TARGETS)
8686
install(
8787
TARGETS ${TARGETS}
8888
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
8989
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} )
90-
endif()
9190

9291
install(
9392
FILES src/scitokens.h

0 commit comments

Comments
 (0)