Skip to content

Commit a676740

Browse files
committed
noinstall
1 parent bc901c7 commit a676740

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22
project(teensy_x86_sd_stubs_root C CXX)
33
add_subdirectory(src)
4-
add_subdirectory(test)
4+
if(DEFINED BUILD_TESTS)
5+
add_subdirectory(test)
6+
endif ()

0 commit comments

Comments
 (0)