Skip to content

Commit

Permalink
Fixed custom target name
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudomanifold committed Dec 21, 2016
1 parent 2728b64 commit 5397df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ADD_LIBRARY( psalm ${LIBPSALM_SRC} )
# Create subdivided test data using "meshlab"
#

ADD_CUSTOM_TARGET( test_data
ADD_CUSTOM_TARGET( data_test
echo "Catmull-Clark subdivision"
./psalm -a cc -n 1 -o ICO_CC_01.ply ../Meshes/Icosahedron.ply
./psalm -a cc -n 2 -o ICO_CC_02.ply ../Meshes/Icosahedron.ply
Expand Down

0 comments on commit 5397df7

Please sign in to comment.