Skip to content

Commit

Permalink
Don't install fasttext stuff on make install
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmervdl committed Mar 14, 2023
1 parent 0c892f2 commit 518d10a
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 @@ -49,7 +49,7 @@ target_include_directories(warc2text_lib PRIVATE fasttext/src)

# add libcld2.so
add_subdirectory(cld2)
add_subdirectory(fasttext)
add_subdirectory(fasttext EXCLUDE_FROM_ALL)
#

# define executables
Expand Down

0 comments on commit 518d10a

Please sign in to comment.