Skip to content

Commit

Permalink
Fix CMake warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jan 13, 2024
1 parent 64b2829 commit d4267f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ ENDMACRO( ADD_LCCD_TEST )
# ---------------------------------------------------------------

ADD_LCCD_TEST( createcalfile ./createcalfile.cc )
ADD_LCCD_TEST( readcalfile ./readcalfile ./CalibrationConstant.cc )
ADD_LCCD_TEST( readdatafile ./readdatafile )
ADD_LCCD_TEST( testdbfile ./testdbfile )
ADD_LCCD_TEST( readcalfile ./readcalfile.cc ./CalibrationConstant.cc )
ADD_LCCD_TEST( readdatafile ./readdatafile.cc )
ADD_LCCD_TEST( testdbfile ./testdbfile.cc )

IF( LCCD_CONDDBMYSQL )

Expand Down

0 comments on commit d4267f2

Please sign in to comment.