Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
17
Star
18
Fork
21
afni
/
afni
Code
Issues
6
Pull requests
2
Projects
0
Insights
Pulse
Graphs
Permalink
Browse files
actually enable testing
Loading branch information
...
1 parent
e8ff500
commit
6da98b1d2c424e54090b399d60b56a3d7a9aaf63
yarikoptic
committed
Apr 29, 2016
Unified
Split
Showing
1 changed file
with
4 additions
and
1 deletion
.
+4
−1
CMakeLists.txt
Show comments
View
5
CMakeLists.txt
@@ -10,5 +10,8 @@ OPTION(AFNI_BUILD_TESTS
"Enable testing and build available tests"
OFF
)
-
ADD_SUBDIRECTORY
(tests)
+
IF
(AFNI_BUILD_TESTS)
+
ENABLE_TESTING
()
+
ADD_SUBDIRECTORY
(tests)
+
ENDIF
(AFNI_BUILD_TESTS)
Toggle all file notes
0 comments on commit
6da98b1
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
6da98b1