Changeset 341:2bf23d10bc6f in freeDiameter for freeDiameter/CMakeLists.txt
- Timestamp:
- Jun 29, 2010, 11:37:44 AM (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
freeDiameter/CMakeLists.txt
r320 r341 76 76 77 77 # The unary tests directory 78 OPTION(SKIP_TESTS "Skip compilation of the tests?" ON) 79 IF ( NOT SKIP_TESTS ) 78 IF ( BUILD_TESTING ) 80 79 SUBDIRS(tests) 81 ENDIF ( NOT SKIP_TESTS)80 ENDIF ( BUILD_TESTING ) 82 81 83 82 ####
Note: See TracChangeset
for help on using the changeset viewer.