Skip to content

Commit ff976fa

Browse files
committed
Enable CXX for consumer fixtures
1 parent bc19d67 commit ff976fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ install(FILES
6060
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/microtimer")
6161

6262
if(MICROTIMER_BUILD_TESTS)
63+
enable_language(CXX)
6364
enable_testing()
6465
add_subdirectory(tests)
6566
endif()

0 commit comments

Comments
 (0)